#CAE3DB

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

Shades of Iceberg #CAE3DB

Tints of Iceberg #CAE3DB

Color information

#CAE3DB (or 0xCAE3DB) is unknown color: approx Iceberg. HEX triplet: CA, E3 and DB. RGB value is (202,227,219). Sum of RGB (Red+Green+Blue) = 202+227+219=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3DB is #351C24. Grayscale: #DADADA. Windows color (decimal): -3480613 or 14410698. OLE color: 14410698.

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

Color convert

RGB202227219-
CMYK0.1100.040.11
HSL160.8º30.86%84.12%-
HSV(B)160.8º11.01%89.02%-
XYZ64.6172.6177.63-
YUV218.61128.22116.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 227 (89.06% from 255) = 35.03%
BLUE value IS 219 (85.94% from 255) = 33.80%
R=31.17%
G=35.03%
B=33.80%

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
Decimal2022272190.1100.040.11160.830.8684.12
HexCAE3DBB04Ba11f54
Octal31234333313041324137124
Binary11001010111000111101101110110100101110100001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3DB; }

 p { color: rgb(202,227,219); }

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

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

 a { background-color: rgb(202,227,219); }

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

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

 span { border-color: rgb(202,227,219); }

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