#CAE4DA

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

Shades of Iceberg #CAE4DA

Tints of Iceberg #CAE4DA

Color information

#CAE4DA (or 0xCAE4DA) is unknown color: approx Iceberg. HEX triplet: CA, E4 and DA. RGB value is (202,228,218). Sum of RGB (Red+Green+Blue) = 202+228+218=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4DA is #351B25. Grayscale: #DBDBDB. Windows color (decimal): -3480358 or 14345418. OLE color: 14345418.

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

Color convert

RGB202228218-
CMYK0.1100.040.11
HSL156.92º32.5%84.31%-
HSV(B)156.92º11.4%89.41%-
XYZ64.7673.1177.03-
YUV219.09127.39115.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 228 (89.45% from 255) = 35.19%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=31.17%
G=35.19%
B=33.64%

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
Decimal2022282180.1100.040.11156.9232.584.31
HexCAE4DAB04B9d2054
Octal31234433213041323540124
Binary110010101110010011011010101101001011100111011000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4DA; }

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

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

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

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

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

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

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

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