#CAE0D8

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

Shades of Iceberg #CAE0D8

Tints of Iceberg #CAE0D8

Color information

#CAE0D8 (or 0xCAE0D8) is unknown color: approx Iceberg. HEX triplet: CA, E0 and D8. RGB value is (202,224,216). Sum of RGB (Red+Green+Blue) = 202+224+216=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0D8 is #351F27. Grayscale: #D8D8D8. Windows color (decimal): -3481384 or 14213322. OLE color: 14213322.

HSL color Cylindrical-coordinate representation of color #CAE0D8: hue angle of 158.18º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE0D8 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB202224216-
CMYK0.1000.040.12
HSL158.18º26.19%83.53%-
HSV(B)158.18º9.82%87.84%-
XYZ63.4170.8375.29-
YUV216.51127.71117.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 224 (87.89% from 255) = 34.89%
BLUE value IS 216 (84.77% from 255) = 33.64%
R=31.46%
G=34.89%
B=33.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022242160.1000.040.12158.1826.1983.53
HexCAE0D8A04C9e1a54
Octal31234033012041423632124
Binary11001010111000001101100010100100110010011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0D8; }

 p { color: rgb(202,224,216); }

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

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

 a { background-color: rgb(202,224,216); }

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

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

 span { border-color: rgb(202,224,216); }

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