#CCE1DD

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

Shades of Jagged Ice #CCE1DD

Tints of Jagged Ice #CCE1DD

Color information

#CCE1DD (or 0xCCE1DD) is unknown color: approx Jagged Ice. HEX triplet: CC, E1 and DD. RGB value is (204,225,221). Sum of RGB (Red+Green+Blue) = 204+225+221=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1DD is #331E22. Grayscale: #DADADA. Windows color (decimal): -3350051 or 14541260. OLE color: 14541260.

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

Color convert

RGB204225221-
CMYK0.0900.020.12
HSL168.57º25.93%84.12%-
HSV(B)168.57º9.33%88.24%-
XYZ64.8871.9178.87-
YUV218.26129.54117.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 221 (86.72% from 255) = 34%
R=31.38%
G=34.62%
B=34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042252210.0900.020.12168.5725.9384.12
HexCCE1DD902Ca91a54
Octal31434133511021425132124
Binary1100110011100001110111011001010110010101001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1DD; }

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

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

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

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

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

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

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

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