#CCE1DE

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

Shades of Jagged Ice #CCE1DE

Tints of Jagged Ice #CCE1DE

Color information

#CCE1DE (or 0xCCE1DE) is unknown color: approx Jagged Ice. HEX triplet: CC, E1 and DE. RGB value is (204,225,222). Sum of RGB (Red+Green+Blue) = 204+225+222=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1DE is #331E21. Grayscale: #DADADA. Windows color (decimal): -3350050 or 14606796. OLE color: 14606796.

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

Color convert

RGB204225222-
CMYK0.0900.010.12
HSL171.43º25.93%84.12%-
HSV(B)171.43º9.33%88.24%-
XYZ65.0171.9679.57-
YUV218.38130.04117.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=31.34%
G=34.56%
B=34.10%

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
Decimal2042252220.0900.010.12171.4325.9384.12
HexCCE1DE901Cab1a54
Octal31434133611011425332124
Binary110011001110000111011110100101110010101011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1DE; }

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

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

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

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

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

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

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

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