Html Css Color HEX #D0DDDB Jagged Ice

📋 copy color: '#D0DDDB'

red 208 ◦ green 221 ◦ blue 219

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

Shades of Jagged Ice #D0DDDB

Tints of Jagged Ice #D0DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.1%

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

R = 32.1%
G = 34.1%
B = 33.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#D0DDDB (or 0xD0DDDB) is known color: Jagged Ice. HEX triplet: D0, DD and DB. RGB value is (208,221,219). Sum of RGB (Red+Green+Blue) = 208+221+219=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDDB is #2F2224. Grayscale: #D8D8D8. Windows color (decimal): -3088933 or 14409168. OLE color: 14409168.

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

Color convert

RGB 208 221 219 -
CMYK 0.06 0 0.01 0.13
HSL 170.77º 0.16% 0.84% -
HSV(B) 170.77º 0.06% 0.87% -
XYZ 64.66 70.24 77.17 -
YUV 216.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 208 221 219 0.06 0 0.01 0.13 170.77 0.16 0.84
Hex D0 DD DB 6 0 1 D AB 10 54
Octal 320 335 333 6 0 1 15 253 20 124
Binary 11010000 11011101 11011011 110 0 1 1101 10101011 10000 1010100

Color Harmonies of #D0DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DDDB

Black with #D0DDDB

Text Example


Text Example

White with #D0DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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