#CCDCE8

Color #CCDCE8 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CCDCE8

Tints of Pattens Blue #CCDCE8

Color information

#CCDCE8 (or 0xCCDCE8) is unknown color: approx Pattens Blue. HEX triplet: CC, DC and E8. RGB value is (204,220,232). Sum of RGB (Red+Green+Blue) = 204+220+232=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCDCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCE8 is #332317. Grayscale: #D8D8D8. Windows color (decimal): -3351320 or 15260876. OLE color: 15260876.

HSL color Cylindrical-coordinate representation of color #CCDCE8: hue angle of 205.71º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDCE8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204220232-
CMYK0.120.0500.09
HSL205.71º37.84%85.49%-
HSV(B)205.71º12.07%90.98%-
XYZ65.0669.8586.4-
YUV216.58136.7119.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 232 (91.02% from 255) = 35.37%
R=31.10%
G=33.54%
B=35.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042202320.120.0500.09205.7137.8485.49
HexCCDCE8C509ce2655
Octal31433435014501131646125
Binary110011001101110011101000110010101001110011101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCE8; }

 p { color: rgb(204,220,232); }

 H1.HeaderClassName
 {
   color: #CCDCE8;
 }
 .AnyTagClassName
 {
   color: #CCDCE8;
 }
</style>
background-color css

<style>
 a { background-color: #CCDCE8; }

 a { background-color: rgb(204,220,232); }

 div.DivClassName
 {
   background-color: #CCDCE8;
 }
 .BgClassName
 {
   background-color: #CCDCE8;
 }
</style>
border-color css

<style>
 span { border-color: #CCDCE8; }

 span { border-color: rgb(204,220,232); }

 td.TdClassName
 {
   border-color: #CCDCE8;
 }
 .TagClassName
 {
   border-color: #CCDCE8;
 }
</style>