#CCE5DE

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

Shades of Iceberg #CCE5DE

Tints of Iceberg #CCE5DE

Color information

#CCE5DE (or 0xCCE5DE) is unknown color: approx Iceberg. HEX triplet: CC, E5 and DE. RGB value is (204,229,222). Sum of RGB (Red+Green+Blue) = 204+229+222=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5DE is #331A21. Grayscale: #DCDCDC. Windows color (decimal): -3349026 or 14607820. OLE color: 14607820.

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

Color convert

RGB204229222-
CMYK0.1100.030.10
HSL163.2º32.47%84.9%-
HSV(B)163.2º10.92%89.8%-
XYZ66.1174.1579.94-
YUV220.73128.72116.07-

RGB Variations

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

RGB

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

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
Decimal2042292220.1100.030.10163.232.4784.9
HexCCE5DEB03Aa32055
Octal31434533613031224340125
Binary11001100111001011101111010110111010101000111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5DE; }

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

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

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

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

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

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

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

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