#CAE3DC

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

Shades of Iceberg #CAE3DC

Tints of Iceberg #CAE3DC

Color information

#CAE3DC (or 0xCAE3DC) is unknown color: approx Iceberg. HEX triplet: CA, E3 and DC. RGB value is (202,227,220). Sum of RGB (Red+Green+Blue) = 202+227+220=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3DC is #351C23. Grayscale: #DADADA. Windows color (decimal): -3480612 or 14476234. OLE color: 14476234.

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

Color convert

RGB202227220-
CMYK0.1100.030.11
HSL163.2º30.86%84.12%-
HSV(B)163.2º11.01%89.02%-
XYZ64.7472.6678.32-
YUV218.73128.72116.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 227 (89.06% from 255) = 34.98%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=31.12%
G=34.98%
B=33.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022272200.1100.030.11163.230.8684.12
HexCAE3DCB03Ba31f54
Octal31234333413031324337124
Binary1100101011100011110111001011011101110100011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3DC; }

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

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

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

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

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

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

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

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