#CCDEE8

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

Shades of Pattens Blue #CCDEE8

Tints of Pattens Blue #CCDEE8

Color information

#CCDEE8 (or 0xCCDEE8) is unknown color: approx Pattens Blue. HEX triplet: CC, DE and E8. RGB value is (204,222,232). Sum of RGB (Red+Green+Blue) = 204+222+232=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEE8 is #332117. Grayscale: #D9D9D9. Windows color (decimal): -3350808 or 15261388. OLE color: 15261388.

HSL color Cylindrical-coordinate representation of color #CCDEE8: hue angle of 201.43º 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 #CCDEE8 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204222232-
CMYK0.120.0400.09
HSL201.43º37.84%85.49%-
HSV(B)201.43º12.07%90.98%-
XYZ65.5970.9186.57-
YUV217.76136.04118.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 232 (91.02% from 255) = 35.26%
R=31.00%
G=33.74%
B=35.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042222320.120.0400.09201.4337.8485.49
HexCCDEE8C409c92655
Octal31433635014401131146125
Binary110011001101111011101000110010001001110010011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEE8; }

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

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

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

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

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

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

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

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