Html Css Color HEX #DEDDE7 Quartz

📋 copy color: '#DEDDE7'

red 222 ◦ green 221 ◦ blue 231

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

Shades of Quartz #DEDDE7

Tints of Quartz #DEDDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.27%

R = 32.94%
G = 32.79%
B = 34.27%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DEDDE7 (or 0xDEDDE7) is known color: Quartz. HEX triplet: DE, DD and E7. RGB value is (222,221,231). Sum of RGB (Red+Green+Blue) = 222+221+231=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDE7 is #212218. Grayscale: #DEDEDE. Windows color (decimal): -2171417 or 15195614. OLE color: 15195614.

HSL color Cylindrical-coordinate representation of color #DEDDE7: hue angle of 246º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDDE7 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 221 231 -
CMYK 0.04 0.04 0 0.09
HSL 246º 0.17% 0.89% -
HSV(B) 246º 0.04% 0.91% -
XYZ 70.4 73.01 85.98 -
YUV 222.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 222 221 231 0.04 0.04 0 0.09 246 0.17 0.89
Hex DE DD E7 4 4 0 9 F6 11 59
Octal 336 335 347 4 4 0 11 366 21 131
Binary 11011110 11011101 11100111 100 100 0 1001 11110110 10001 1011001

Color Harmonies of #DEDDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDDE7

Black with #DEDDE7

Text Example


Text Example

White with #DEDDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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