#CADDD7

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

Shades of Iceberg #CADDD7

Tints of Iceberg #CADDD7

Color information

#CADDD7 (or 0xCADDD7) is unknown color: approx Iceberg. HEX triplet: CA, DD and D7. RGB value is (202,221,215). Sum of RGB (Red+Green+Blue) = 202+221+215=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDD7 is #352228. Grayscale: #D6D6D6. Windows color (decimal): -3482153 or 14147018. OLE color: 14147018.

HSL color Cylindrical-coordinate representation of color #CADDD7: hue angle of 161.05º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADDD7 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB202221215-
CMYK0.0900.030.13
HSL161.05º21.84%82.94%-
HSV(B)161.05º8.6%86.67%-
XYZ62.4869.1874.35-
YUV214.64128.21118.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 215 (84.38% from 255) = 33.70%
R=31.66%
G=34.64%
B=33.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022212150.0900.030.13161.0521.8482.94
HexCADDD7903Da11653
Octal31233532711031524126123
Binary1100101011011101110101111001011110110100001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDD7; }

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

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

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

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

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

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

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

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