#CAE0D6

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

Shades of Iceberg #CAE0D6

Tints of Iceberg #CAE0D6

Color information

#CAE0D6 (or 0xCAE0D6) is unknown color: approx Iceberg. HEX triplet: CA, E0 and D6. RGB value is (202,224,214). Sum of RGB (Red+Green+Blue) = 202+224+214=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0D6 is #351F29. Grayscale: #D8D8D8. Windows color (decimal): -3481386 or 14082250. OLE color: 14082250.

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

Color convert

RGB202224214-
CMYK0.1000.040.12
HSL152.73º26.19%83.53%-
HSV(B)152.73º9.82%87.84%-
XYZ63.1570.7273.94-
YUV216.28126.71117.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 224 (87.89% from 255) = 35%
BLUE value IS 214 (83.98% from 255) = 33.44%
R=31.56%
G=35%
B=33.44%

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
Decimal2022242140.1000.040.12152.7326.1983.53
HexCAE0D6A04C991a54
Octal31234032612041423132124
Binary11001010111000001101011010100100110010011001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0D6; }

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

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

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

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

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

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

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

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