Html Css Color HEX #D0E1DB Iceberg

📋 copy color: '#D0E1DB'

red 208 ◦ green 225 ◦ blue 219

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

Shades of Iceberg #D0E1DB

Tints of Iceberg #D0E1DB

RGB

 RED value IS 208 (81.64% from 255) = 31.9%

 GREEN value IS 225 (88.28% from 255) = 34.51%

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

R = 31.9%
G = 34.51%
B = 33.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#D0E1DB (or 0xD0E1DB) is known color: Iceberg. HEX triplet: D0, E1 and DB. RGB value is (208,225,219). Sum of RGB (Red+Green+Blue) = 208+225+219=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1DB is #2F1E24. Grayscale: #DBDBDB. Windows color (decimal): -3087909 or 14410192. OLE color: 14410192.

HSL color Cylindrical-coordinate representation of color #D0E1DB: hue angle of 158.82º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0E1DB is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 219 -
CMYK 0.08 0 0.03 0.12
HSL 158.82º 0.22% 0.85% -
HSV(B) 158.82º 0.08% 0.88% -
XYZ 65.72 72.37 77.52 -
YUV 219.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 208 225 219 0.08 0 0.03 0.12 158.82 0.22 0.85
Hex D0 E1 DB 8 0 3 C 9F 16 55
Octal 320 341 333 10 0 3 14 237 26 125
Binary 11010000 11100001 11011011 1000 0 11 1100 10011111 10110 1010101

Color Harmonies of #D0E1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E1DB

Black with #D0E1DB

Text Example


Text Example

White with #D0E1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E1DB; }

 p { color: rgb(208,225,219); }

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

background-color css

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

 a { background-color: rgb(208,225,219); }

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

border-color css

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

 span { border-color: rgb(208,225,219); }

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