#CAE3DA

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

Shades of Iceberg #CAE3DA

Tints of Iceberg #CAE3DA

Color information

#CAE3DA (or 0xCAE3DA) is unknown color: approx Iceberg. HEX triplet: CA, E3 and DA. RGB value is (202,227,218). Sum of RGB (Red+Green+Blue) = 202+227+218=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3DA is #351C25. Grayscale: #DADADA. Windows color (decimal): -3480614 or 14345162. OLE color: 14345162.

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

Color convert

RGB202227218-
CMYK0.1100.040.11
HSL158.4º30.86%84.12%-
HSV(B)158.4º11.01%89.02%-
XYZ64.4872.5676.94-
YUV218.5127.72116.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 227 (89.06% from 255) = 35.09%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=31.22%
G=35.09%
B=33.69%

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
Decimal2022272180.1100.040.11158.430.8684.12
HexCAE3DAB04B9e1f54
Octal31234333213041323637124
Binary11001010111000111101101010110100101110011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3DA; }

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

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

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

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

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

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

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

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