#CAE0D7

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

Shades of Iceberg #CAE0D7

Tints of Iceberg #CAE0D7

Color information

#CAE0D7 (or 0xCAE0D7) is unknown color: approx Iceberg. HEX triplet: CA, E0 and D7. RGB value is (202,224,215). Sum of RGB (Red+Green+Blue) = 202+224+215=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0D7 is #351F28. Grayscale: #D8D8D8. Windows color (decimal): -3481385 or 14147786. OLE color: 14147786.

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

Color convert

RGB202224215-
CMYK0.1000.040.12
HSL155.45º26.19%83.53%-
HSV(B)155.45º9.82%87.84%-
XYZ63.2870.7774.62-
YUV216.4127.21117.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 215 (84.38% from 255) = 33.54%
R=31.51%
G=34.95%
B=33.54%

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
Decimal2022242150.1000.040.12155.4526.1983.53
HexCAE0D7A04C9b1a54
Octal31234032712041423332124
Binary11001010111000001101011110100100110010011011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0D7; }

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

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

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

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

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

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

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

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