#CAE2D7

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

Shades of Iceberg #CAE2D7

Tints of Iceberg #CAE2D7

Color information

#CAE2D7 (or 0xCAE2D7) is unknown color: approx Iceberg. HEX triplet: CA, E2 and D7. RGB value is (202,226,215). Sum of RGB (Red+Green+Blue) = 202+226+215=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2D7 is #351D28. Grayscale: #D9D9D9. Windows color (decimal): -3480873 or 14148298. OLE color: 14148298.

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

Color convert

RGB202226215-
CMYK0.1100.050.11
HSL152.5º29.27%83.92%-
HSV(B)152.5º10.62%88.63%-
XYZ63.8271.8674.8-
YUV217.57126.55116.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 226 (88.67% from 255) = 35.15%
BLUE value IS 215 (84.38% from 255) = 33.44%
R=31.42%
G=35.15%
B=33.44%

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
Decimal2022262150.1100.050.11152.529.2783.92
HexCAE2D7B05B981d54
Octal31234232713051323035124
Binary11001010111000101101011110110101101110011000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2D7; }

 p { color: rgb(202,226,215); }

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

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

 a { background-color: rgb(202,226,215); }

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

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

 span { border-color: rgb(202,226,215); }

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