#CAE1D6

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

Shades of Iceberg #CAE1D6

Tints of Iceberg #CAE1D6

Color information

#CAE1D6 (or 0xCAE1D6) is unknown color: approx Iceberg. HEX triplet: CA, E1 and D6. RGB value is (202,225,214). Sum of RGB (Red+Green+Blue) = 202+225+214=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1D6 is #351E29. Grayscale: #D8D8D8. Windows color (decimal): -3481130 or 14082506. OLE color: 14082506.

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

Color convert

RGB202225214-
CMYK0.1000.050.12
HSL151.3º27.71%83.73%-
HSV(B)151.3º10.22%88.24%-
XYZ63.4271.2674.03-
YUV216.87126.38117.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 214 (83.98% from 255) = 33.39%
R=31.51%
G=35.10%
B=33.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022252140.1000.050.12151.327.7183.73
HexCAE1D6A05C971c54
Octal31234132612051422734124
Binary11001010111000011101011010100101110010010111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1D6; }

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

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

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

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

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

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

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

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