Html Css Color HEX #D2DEDB Iceberg

📋 copy color: '#D2DEDB'

red 210 ◦ green 222 ◦ blue 219

#D2DEDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iceberg #D2DEDB

Tints of Iceberg #D2DEDB

RGB

 RED value IS 210 (82.42% from 255) = 32.26%

 GREEN value IS 222 (87.11% from 255) = 34.1%

 BLUE value IS 219 (85.94% from 255) = 33.64%

R = 32.26%
G = 34.1%
B = 33.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#D2DEDB (or 0xD2DEDB) is known color: Iceberg. HEX triplet: D2, DE and DB. RGB value is (210,222,219). Sum of RGB (Red+Green+Blue) = 210+222+219=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEDB is #2D2124. Grayscale: #DADADA. Windows color (decimal): -2957605 or 14409426. OLE color: 14409426.

HSL color Cylindrical-coordinate representation of color #D2DEDB: hue angle of 165º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2DEDB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 222 219 -
CMYK 0.05 0 0.01 0.13
HSL 165º 0.15% 0.85% -
HSV(B) 165º 0.05% 0.87% -
XYZ 65.49 71.06 77.28 -
YUV 218.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 210 222 219 0.05 0 0.01 0.13 165 0.15 0.85
Hex D2 DE DB 5 0 1 D A5 F 55
Octal 322 336 333 5 0 1 15 245 17 125
Binary 11010010 11011110 11011011 101 0 1 1101 10100101 1111 1010101

Color Harmonies of #D2DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DEDB

Black with #D2DEDB

Text Example


Text Example

White with #D2DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DEDB; }

 p { color: rgb(210,222,219); }

 H1.HeaderClassName
 {
   color: #D2DEDB;
 }
 .AnyTagClassName
 {
   color: #D2DEDB;
 }
</style>

background-color css

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

 a { background-color: rgb(210,222,219); }

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

border-color css

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

 span { border-color: rgb(210,222,219); }

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