Html Css Color HEX #DEDDE4 Quartz

📋 copy color: '#DEDDE4'

red 222 ◦ green 221 ◦ blue 228

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

Shades of Quartz #DEDDE4

Tints of Quartz #DEDDE4

RGB

 RED value IS 222 (87.11% from 255) = 33.08%

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

 BLUE value IS 228 (89.45% from 255) = 33.98%

R = 33.08%
G = 32.94%
B = 33.98%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DEDDE4 (or 0xDEDDE4) is known color: Quartz. HEX triplet: DE, DD and E4. RGB value is (222,221,228). Sum of RGB (Red+Green+Blue) = 222+221+228=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDE4 is #21221B. Grayscale: #DEDEDE. Windows color (decimal): -2171420 or 14999006. OLE color: 14999006.

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

Color convert

RGB 222 221 228 -
CMYK 0.03 0.03 0 0.11
HSL 248.57º 0.11% 0.88% -
HSV(B) 248.57º 0.03% 0.89% -
XYZ 69.98 72.84 83.77 -
YUV 222.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 222 221 228 0.03 0.03 0 0.11 248.57 0.11 0.88
Hex DE DD E4 3 3 0 B F9 B 58
Octal 336 335 344 3 3 0 13 371 13 130
Binary 11011110 11011101 11100100 11 11 0 1011 11111001 1011 1011000

Color Harmonies of #DEDDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDDE4

Black with #DEDDE4

Text Example


Text Example

White with #DEDDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDDE4; }

 p { color: rgb(222,221,228); }

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

background-color css

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

 a { background-color: rgb(222,221,228); }

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

border-color css

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

 span { border-color: rgb(222,221,228); }

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