Html Css Color HEX #DED9EF Quartz

📋 copy color: '#DED9EF'

red 222 ◦ green 217 ◦ blue 239

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

Shades of Quartz #DED9EF

Tints of Quartz #DED9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.25%

R = 32.74%
G = 32.01%
B = 35.25%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DED9EF (or 0xDED9EF) is known color: Quartz. HEX triplet: DE, D9 and EF. RGB value is (222,217,239). Sum of RGB (Red+Green+Blue) = 222+217+239=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #DED9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9EF is #212610. Grayscale: #DCDCDC. Windows color (decimal): -2172433 or 15718878. OLE color: 15718878.

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

Color convert

RGB 222 217 239 -
CMYK 0.07 0.09 0 0.06
HSL 253.64º 0.41% 0.89% -
HSV(B) 253.64º 0.09% 0.94% -
XYZ 70.52 71.39 91.72 -
YUV 221 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 222 217 239 0.07 0.09 0 0.06 253.64 0.41 0.89
Hex DE D9 EF 7 9 0 6 FE 29 59
Octal 336 331 357 7 11 0 6 376 51 131
Binary 11011110 11011001 11101111 111 1001 0 110 11111110 101001 1011001

Color Harmonies of #DED9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED9EF

Black with #DED9EF

Text Example


Text Example

White with #DED9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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