#D5DCDA

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

Shades of Iceberg #D5DCDA

Tints of Iceberg #D5DCDA

Color information

#D5DCDA (or 0xD5DCDA) is unknown color: approx Iceberg. HEX triplet: D5, DC and DA. RGB value is (213,220,218). Sum of RGB (Red+Green+Blue) = 213+220+218=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCDA is #2A2325. Grayscale: #D9D9D9. Windows color (decimal): -2761510 or 14343381. OLE color: 14343381.

HSL color Cylindrical-coordinate representation of color #D5DCDA: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5DCDA is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB213220218-
CMYK0.0300.010.14
HSL162.86º9.09%84.9%-
HSV(B)162.86º3.18%86.27%-
XYZ65.6970.3976.46-
YUV217.68128.18124.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.72%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=32.72%
G=33.79%
B=33.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132202180.0300.010.14162.869.0984.9
HexD5DCDA301Ea3955
Octal3253343323011624311125
Binary110101011101110011011010110111101010001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCDA; }

 p { color: rgb(213,220,218); }

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

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

 a { background-color: rgb(213,220,218); }

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

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

 span { border-color: rgb(213,220,218); }

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