#CAE4DC

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

Shades of Iceberg #CAE4DC

Tints of Iceberg #CAE4DC

Color information

#CAE4DC (or 0xCAE4DC) is unknown color: approx Iceberg. HEX triplet: CA, E4 and DC. RGB value is (202,228,220). Sum of RGB (Red+Green+Blue) = 202+228+220=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4DC is #351B23. Grayscale: #DBDBDB. Windows color (decimal): -3480356 or 14476490. OLE color: 14476490.

HSL color Cylindrical-coordinate representation of color #CAE4DC: hue angle of 161.54º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE4DC is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB202228220-
CMYK0.1100.040.11
HSL161.54º32.5%84.31%-
HSV(B)161.54º11.4%89.41%-
XYZ65.0273.2178.41-
YUV219.31128.39115.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 228 (89.45% from 255) = 35.08%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=31.08%
G=35.08%
B=33.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022282200.1100.040.11161.5432.584.31
HexCAE4DCB04Ba22054
Octal31234433413041324240124
Binary110010101110010011011100101101001011101000101000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4DC; }

 p { color: rgb(202,228,220); }

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

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

 a { background-color: rgb(202,228,220); }

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

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

 span { border-color: rgb(202,228,220); }

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