Html Css Color HEX #D4DEDC Jagged Ice

📋 copy color: '#D4DEDC'

red 212 ◦ green 222 ◦ blue 220

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

Shades of Jagged Ice #D4DEDC

Tints of Jagged Ice #D4DEDC

RGB

 RED value IS 212 (83.2% from 255) = 32.42%

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

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

R = 32.42%
G = 33.94%
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

#D4DEDC (or 0xD4DEDC) is known color: Jagged Ice. HEX triplet: D4, DE and DC. RGB value is (212,222,220). Sum of RGB (Red+Green+Blue) = 212+222+220=654 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.42% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DEDC is #2B2123. Grayscale: #DADADA. Windows color (decimal): -2826532 or 14474964. OLE color: 14474964.

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

Color convert

RGB 212 222 220 -
CMYK 0.05 0 0.01 0.13
HSL 168º 0.13% 0.85% -
HSV(B) 168º 0.05% 0.87% -
XYZ 66.19 71.41 78 -
YUV 218.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 212 222 220 0.05 0 0.01 0.13 168 0.13 0.85
Hex D4 DE DC 5 0 1 D A8 D 55
Octal 324 336 334 5 0 1 15 250 15 125
Binary 11010100 11011110 11011100 101 0 1 1101 10101000 1101 1010101

Color Harmonies of #D4DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DEDC

Black with #D4DEDC

Text Example


Text Example

White with #D4DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DEDC; }

 p { color: rgb(212,222,220); }

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

background-color css

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

 a { background-color: rgb(212,222,220); }

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

border-color css

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

 span { border-color: rgb(212,222,220); }

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