Html Css Color HEX #DED5F6 Quartz

📋 copy color: '#DED5F6'

red 222 ◦ green 213 ◦ blue 246

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

Shades of Quartz #DED5F6

Tints of Quartz #DED5F6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.28%

 BLUE value IS 246 (96.48% from 255) = 36.12%

R = 32.6%
G = 31.28%
B = 36.12%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DED5F6 (or 0xDED5F6) is known color: Quartz. HEX triplet: DE, D5 and F6. RGB value is (222,213,246). Sum of RGB (Red+Green+Blue) = 222+213+246=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 246 - color contains mainly: blue. Hex color #DED5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5F6 is #212A09. Grayscale: #DBDBDB. Windows color (decimal): -2173450 or 16176606. OLE color: 16176606.

HSL color Cylindrical-coordinate representation of color #DED5F6: hue angle of 256.36º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DED5F6 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 213 246 -
CMYK 0.10 0.13 0 0.04
HSL 256.36º 0.65% 0.9% -
HSV(B) 256.36º 0.13% 0.96% -
XYZ 70.55 69.77 96.94 -
YUV 219.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 222 213 246 0.10 0.13 0 0.04 256.36 0.65 0.9
Hex DE D5 F6 A D 0 4 100 41 5A
Octal 336 325 366 12 15 0 4 400 101 132
Binary 11011110 11010101 11110110 1010 1101 0 100 100000000 1000001 1011010

Color Harmonies of #DED5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED5F6

Black with #DED5F6

Text Example


Text Example

White with #DED5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED5F6; }

 p { color: rgb(222,213,246); }

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

background-color css

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

 a { background-color: rgb(222,213,246); }

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

border-color css

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

 span { border-color: rgb(222,213,246); }

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