#CADDD8

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

Shades of Iceberg #CADDD8

Tints of Iceberg #CADDD8

Color information

#CADDD8 (or 0xCADDD8) is unknown color: approx Iceberg. HEX triplet: CA, DD and D8. RGB value is (202,221,216). Sum of RGB (Red+Green+Blue) = 202+221+216=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDD8 is #352227. Grayscale: #D6D6D6. Windows color (decimal): -3482152 or 14212554. OLE color: 14212554.

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

Color convert

RGB202221216-
CMYK0.0900.020.13
HSL164.21º21.84%82.94%-
HSV(B)164.21º8.6%86.67%-
XYZ62.6169.2375.03-
YUV214.75128.71118.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 216 (84.77% from 255) = 33.80%
R=31.61%
G=34.59%
B=33.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022212160.0900.020.13164.2121.8482.94
HexCADDD8902Da41653
Octal31233533011021524426123
Binary1100101011011101110110001001010110110100100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDD8; }

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

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

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

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

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

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

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

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