#D0DDD7

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

Shades of Iceberg #D0DDD7

Tints of Iceberg #D0DDD7

Color information

#D0DDD7 (or 0xD0DDD7) is unknown color: approx Iceberg. HEX triplet: D0, DD and D7. RGB value is (208,221,215). Sum of RGB (Red+Green+Blue) = 208+221+215=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDD7 is #2F2228. Grayscale: #D8D8D8. Windows color (decimal): -3088937 or 14147024. OLE color: 14147024.

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

Color convert

RGB208221215-
CMYK0.0600.030.13
HSL152.31º16.05%84.12%-
HSV(B)152.31º5.88%86.67%-
XYZ64.1370.0374.43-
YUV216.43127.19121.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.30%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=32.30%
G=34.32%
B=33.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082212150.0600.030.13152.3116.0584.12
HexD0DDD7603D981054
Octal3203353276031523020124
Binary110100001101110111010111110011110110011000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDD7; }

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

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

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

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

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

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

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

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