Html Css Color HEX #DED9FD Quartz

📋 copy color: '#DED9FD'

red 222 ◦ green 217 ◦ blue 253

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

Shades of Quartz #DED9FD

Tints of Quartz #DED9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.56%

R = 32.08%
G = 31.36%
B = 36.56%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DED9FD (or 0xDED9FD) is known color: Quartz. HEX triplet: DE, D9 and FD. RGB value is (222,217,253). Sum of RGB (Red+Green+Blue) = 222+217+253=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #DED9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9FD is #212602. Grayscale: #DEDEDE. Windows color (decimal): -2172419 or 16636382. OLE color: 16636382.

HSL color Cylindrical-coordinate representation of color #DED9FD: hue angle of 248.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DED9FD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 217 253 -
CMYK 0.12 0.14 0 0.01
HSL 248.33º 0.9% 0.92% -
HSV(B) 248.33º 0.14% 0.99% -
XYZ 72.67 72.25 103.04 -
YUV 222.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 222 217 253 0.12 0.14 0 0.01 248.33 0.9 0.92
Hex DE D9 FD C E 0 1 F8 5A 5C
Octal 336 331 375 14 16 0 1 370 132 134
Binary 11011110 11011001 11111101 1100 1110 0 1 11111000 1011010 1011100

Color Harmonies of #DED9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED9FD

Black with #DED9FD

Text Example


Text Example

White with #DED9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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