#CAE1D7

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

Shades of Iceberg #CAE1D7

Tints of Iceberg #CAE1D7

Color information

#CAE1D7 (or 0xCAE1D7) is unknown color: approx Iceberg. HEX triplet: CA, E1 and D7. RGB value is (202,225,215). Sum of RGB (Red+Green+Blue) = 202+225+215=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1D7 is #351E28. Grayscale: #D9D9D9. Windows color (decimal): -3481129 or 14148042. OLE color: 14148042.

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

Color convert

RGB202225215-
CMYK0.1000.040.12
HSL153.91º27.71%83.73%-
HSV(B)153.91º10.22%88.24%-
XYZ63.5571.3174.71-
YUV216.98126.88117.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 225 (88.28% from 255) = 35.05%
BLUE value IS 215 (84.38% from 255) = 33.49%
R=31.46%
G=35.05%
B=33.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022252150.1000.040.12153.9127.7183.73
HexCAE1D7A04C9a1c54
Octal31234132712041423234124
Binary11001010111000011101011110100100110010011010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1D7; }

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

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

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

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

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

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

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

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