#CCE1DF

Color #CCE1DF Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #CCE1DF

Tints of Jagged Ice #CCE1DF

Color information

#CCE1DF (or 0xCCE1DF) is unknown color: approx Jagged Ice. HEX triplet: CC, E1 and DF. RGB value is (204,225,223). Sum of RGB (Red+Green+Blue) = 204+225+223=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1DF is #331E20. Grayscale: #DADADA. Windows color (decimal): -3350049 or 14672332. OLE color: 14672332.

HSL color Cylindrical-coordinate representation of color #CCE1DF: hue angle of 174.29º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE1DF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB204225223-
CMYK0.0900.010.12
HSL174.29º25.93%84.12%-
HSV(B)174.29º9.33%88.24%-
XYZ65.1572.0280.28-
YUV218.49130.54117.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=31.29%
G=34.51%
B=34.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042252230.0900.010.12174.2925.9384.12
HexCCE1DF901Cae1a54
Octal31434133711011425632124
Binary110011001110000111011111100101110010101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1DF; }

 p { color: rgb(204,225,223); }

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

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

 a { background-color: rgb(204,225,223); }

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

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

 span { border-color: rgb(204,225,223); }

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