Html Css Color HEX #D0DFDC Jagged Ice

📋 copy color: '#D0DFDC'

red 208 ◦ green 223 ◦ blue 220

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

Shades of Jagged Ice #D0DFDC

Tints of Jagged Ice #D0DFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.79%

R = 31.95%
G = 34.25%
B = 33.79%

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

#D0DFDC (or 0xD0DFDC) is known color: Jagged Ice. HEX triplet: D0, DF and DC. RGB value is (208,223,220). Sum of RGB (Red+Green+Blue) = 208+223+220=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFDC is #2F2023. Grayscale: #DADADA. Windows color (decimal): -3088420 or 14475216. OLE color: 14475216.

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

Color convert

RGB 208 223 220 -
CMYK 0.07 0 0.01 0.13
HSL 168º 0.19% 0.85% -
HSV(B) 168º 0.07% 0.87% -
XYZ 65.32 71.35 78.04 -
YUV 218.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 208 223 220 0.07 0 0.01 0.13 168 0.19 0.85
Hex D0 DF DC 7 0 1 D A8 13 55
Octal 320 337 334 7 0 1 15 250 23 125
Binary 11010000 11011111 11011100 111 0 1 1101 10101000 10011 1010101

Color Harmonies of #D0DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DFDC

Black with #D0DFDC

Text Example


Text Example

White with #D0DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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