Html Css Color HEX #DED9F9 Quartz

📋 copy color: '#DED9F9'

red 222 ◦ green 217 ◦ blue 249

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

Shades of Quartz #DED9F9

Tints of Quartz #DED9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.19%

R = 32.27%
G = 31.54%
B = 36.19%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DED9F9 (or 0xDED9F9) is known color: Quartz. HEX triplet: DE, D9 and F9. RGB value is (222,217,249). Sum of RGB (Red+Green+Blue) = 222+217+249=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #DED9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9F9 is #212606. Grayscale: #DEDEDE. Windows color (decimal): -2172423 or 16374238. OLE color: 16374238.

HSL color Cylindrical-coordinate representation of color #DED9F9: hue angle of 249.38º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DED9F9 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 217 249 -
CMYK 0.11 0.13 0 0.02
HSL 249.38º 0.73% 0.91% -
HSV(B) 249.38º 0.13% 0.98% -
XYZ 72.04 71.99 99.72 -
YUV 222.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 222 217 249 0.11 0.13 0 0.02 249.38 0.73 0.91
Hex DE D9 F9 B D 0 2 F9 49 5B
Octal 336 331 371 13 15 0 2 371 111 133
Binary 11011110 11011001 11111001 1011 1101 0 10 11111001 1001001 1011011

Color Harmonies of #DED9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED9F9

Black with #DED9F9

Text Example


Text Example

White with #DED9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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