#CAE4DD

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

Shades of Iceberg #CAE4DD

Tints of Iceberg #CAE4DD

Color information

#CAE4DD (or 0xCAE4DD) is unknown color: approx Iceberg. HEX triplet: CA, E4 and DD. RGB value is (202,228,221). Sum of RGB (Red+Green+Blue) = 202+228+221=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4DD is #351B22. Grayscale: #DBDBDB. Windows color (decimal): -3480355 or 14542026. OLE color: 14542026.

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

Color convert

RGB202228221-
CMYK0.1100.030.11
HSL163.85º32.5%84.31%-
HSV(B)163.85º11.4%89.41%-
XYZ65.1573.2679.11-
YUV219.43128.89115.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=31.03%
G=35.02%
B=33.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022282210.1100.030.11163.8532.584.31
HexCAE4DDB03Ba42054
Octal31234433513031324440124
Binary11001010111001001101110110110111011101001001000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4DD; }

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

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

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

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

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

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

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

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