#CCDEE5

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

Shades of Pattens Blue #CCDEE5

Tints of Pattens Blue #CCDEE5

Color information

#CCDEE5 (or 0xCCDEE5) is unknown color: approx Pattens Blue. HEX triplet: CC, DE and E5. RGB value is (204,222,229). Sum of RGB (Red+Green+Blue) = 204+222+229=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEE5 is #33211A. Grayscale: #D9D9D9. Windows color (decimal): -3350811 or 15064780. OLE color: 15064780.

HSL color Cylindrical-coordinate representation of color #CCDEE5: hue angle of 196.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDEE5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204222229-
CMYK0.110.0300.10
HSL196.8º32.47%84.9%-
HSV(B)196.8º10.92%89.8%-
XYZ65.1770.7484.35-
YUV217.42134.54118.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=31.15%
G=33.89%
B=34.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042222290.110.0300.10196.832.4784.9
HexCCDEE5B30Ac52055
Octal31433634513301230540125
Binary11001100110111101110010110111101010110001011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEE5; }

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

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

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

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

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

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

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

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