#CADDD6

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

Shades of Iceberg #CADDD6

Tints of Iceberg #CADDD6

Color information

#CADDD6 (or 0xCADDD6) is unknown color: approx Iceberg. HEX triplet: CA, DD and D6. RGB value is (202,221,214). Sum of RGB (Red+Green+Blue) = 202+221+214=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDD6 is #352229. Grayscale: #D6D6D6. Windows color (decimal): -3482154 or 14081482. OLE color: 14081482.

HSL color Cylindrical-coordinate representation of color #CADDD6: hue angle of 157.89º 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 #CADDD6 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB202221214-
CMYK0.0900.030.13
HSL157.89º21.84%82.94%-
HSV(B)157.89º8.6%86.67%-
XYZ62.3569.1273.67-
YUV214.52127.71119.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 214 (83.98% from 255) = 33.59%
R=31.71%
G=34.69%
B=33.59%

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
Decimal2022212140.0900.030.13157.8921.8482.94
HexCADDD6903D9e1653
Octal31233532611031523626123
Binary1100101011011101110101101001011110110011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDD6; }

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

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

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

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

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

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

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

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