#CCE5DF

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

Shades of Jagged Ice #CCE5DF

Tints of Jagged Ice #CCE5DF

Color information

#CCE5DF (or 0xCCE5DF) is unknown color: approx Jagged Ice. HEX triplet: CC, E5 and DF. RGB value is (204,229,223). Sum of RGB (Red+Green+Blue) = 204+229+223=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5DF is #331A20. Grayscale: #DCDCDC. Windows color (decimal): -3349025 or 14673356. OLE color: 14673356.

HSL color Cylindrical-coordinate representation of color #CCE5DF: hue angle of 165.6º 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 #CCE5DF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB204229223-
CMYK0.1100.030.10
HSL165.6º32.47%84.9%-
HSV(B)165.6º10.92%89.8%-
XYZ66.2474.280.64-
YUV220.84129.22115.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 229 (89.84% from 255) = 34.91%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=31.10%
G=34.91%
B=33.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042292230.1100.030.10165.632.4784.9
HexCCE5DFB03Aa62055
Octal31434533713031224640125
Binary11001100111001011101111110110111010101001101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5DF; }

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

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

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

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

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

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

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

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