#CAE3D8

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

Shades of Iceberg #CAE3D8

Tints of Iceberg #CAE3D8

Color information

#CAE3D8 (or 0xCAE3D8) is unknown color: approx Iceberg. HEX triplet: CA, E3 and D8. RGB value is (202,227,216). Sum of RGB (Red+Green+Blue) = 202+227+216=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3D8 is #351C27. Grayscale: #DADADA. Windows color (decimal): -3480616 or 14214090. OLE color: 14214090.

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

Color convert

RGB202227216-
CMYK0.1100.050.11
HSL153.6º30.86%84.12%-
HSV(B)153.6º11.01%89.02%-
XYZ64.2272.4575.57-
YUV218.27126.72116.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 227 (89.06% from 255) = 35.19%
BLUE value IS 216 (84.77% from 255) = 33.49%
R=31.32%
G=35.19%
B=33.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022272160.1100.050.11153.630.8684.12
HexCAE3D8B05B9a1f54
Octal31234333013051323237124
Binary11001010111000111101100010110101101110011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3D8; }

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

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

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

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

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

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

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

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