Html Css Color HEX #DED9ED Quartz

📋 copy color: '#DED9ED'

red 222 ◦ green 217 ◦ blue 237

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

Shades of Quartz #DED9ED

Tints of Quartz #DED9ED

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.1%

 BLUE value IS 237 (92.97% from 255) = 35.06%

R = 32.84%
G = 32.1%
B = 35.06%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DED9ED (or 0xDED9ED) is known color: Quartz. HEX triplet: DE, D9 and ED. RGB value is (222,217,237). Sum of RGB (Red+Green+Blue) = 222+217+237=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #DED9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9ED is #212612. Grayscale: #DCDCDC. Windows color (decimal): -2172435 or 15587806. OLE color: 15587806.

HSL color Cylindrical-coordinate representation of color #DED9ED: hue angle of 255º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DED9ED is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 217 237 -
CMYK 0.06 0.08 0 0.07
HSL 255º 0.36% 0.89% -
HSV(B) 255º 0.08% 0.93% -
XYZ 70.22 71.27 90.18 -
YUV 220.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 222 217 237 0.06 0.08 0 0.07 255 0.36 0.89
Hex DE D9 ED 6 8 0 7 FF 24 59
Octal 336 331 355 6 10 0 7 377 44 131
Binary 11011110 11011001 11101101 110 1000 0 111 11111111 100100 1011001

Color Harmonies of #DED9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED9ED

Black with #DED9ED

Text Example


Text Example

White with #DED9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED9ED; }

 p { color: rgb(222,217,237); }

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

background-color css

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

 a { background-color: rgb(222,217,237); }

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

border-color css

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

 span { border-color: rgb(222,217,237); }

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