Html Css Color HEX #DED9FE Quartz

📋 copy color: '#DED9FE'

red 222 ◦ green 217 ◦ blue 254

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

Shades of Quartz #DED9FE

Tints of Quartz #DED9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.65%

R = 32.03%
G = 31.31%
B = 36.65%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DED9FE (or 0xDED9FE) is known color: Quartz. HEX triplet: DE, D9 and FE. RGB value is (222,217,254). Sum of RGB (Red+Green+Blue) = 222+217+254=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #DED9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9FE is #212601. Grayscale: #DEDEDE. Windows color (decimal): -2172418 or 16701918. OLE color: 16701918.

HSL color Cylindrical-coordinate representation of color #DED9FE: hue angle of 248.11º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED9FE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 217 254 -
CMYK 0.13 0.15 0 0.00
HSL 248.11º 0.95% 0.92% -
HSV(B) 248.11º 0.15% 1% -
XYZ 72.83 72.31 103.89 -
YUV 222.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 222 217 254 0.13 0.15 0 0.00 248.11 0.95 0.92
Hex DE D9 FE D F 0 0 F8 5F 5C
Octal 336 331 376 15 17 0 0 370 137 134
Binary 11011110 11011001 11111110 1101 1111 0 0 11111000 1011111 1011100

Color Harmonies of #DED9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED9FE

Black with #DED9FE

Text Example


Text Example

White with #DED9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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