Html Css Color HEX #D0DFDD Jagged Ice

📋 copy color: '#D0DFDD'

red 208 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #D0DFDD

Tints of Jagged Ice #D0DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.2%

 BLUE value IS 221 (86.72% from 255) = 33.9%

R = 31.9%
G = 34.2%
B = 33.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#D0DFDD (or 0xD0DFDD) is known color: Jagged Ice. HEX triplet: D0, DF and DD. RGB value is (208,223,221). Sum of RGB (Red+Green+Blue) = 208+223+221=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFDD is #2F2022. Grayscale: #DADADA. Windows color (decimal): -3088419 or 14540752. OLE color: 14540752.

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

Color convert

RGB 208 223 221 -
CMYK 0.07 0 0.01 0.13
HSL 172º 0.19% 0.85% -
HSV(B) 172º 0.07% 0.87% -
XYZ 65.45 71.41 78.74 -
YUV 218.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 208 223 221 0.07 0 0.01 0.13 172 0.19 0.85
Hex D0 DF DD 7 0 1 D AC 13 55
Octal 320 337 335 7 0 1 15 254 23 125
Binary 11010000 11011111 11011101 111 0 1 1101 10101100 10011 1010101

Color Harmonies of #D0DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DFDD

Black with #D0DFDD

Text Example


Text Example

White with #D0DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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