Html Css Color HEX #DED5FF Quartz

📋 copy color: '#DED5FF'

red 222 ◦ green 213 ◦ blue 255

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

Shades of Quartz #DED5FF

Tints of Quartz #DED5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.96%

R = 32.17%
G = 30.87%
B = 36.96%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DED5FF (or 0xDED5FF) is known color: Quartz. HEX triplet: DE, D5 and FF. RGB value is (222,213,255). Sum of RGB (Red+Green+Blue) = 222+213+255=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #DED5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5FF is #212A00. Grayscale: #DCDCDC. Windows color (decimal): -2173441 or 16766430. OLE color: 16766430.

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

Color convert

RGB 222 213 255 -
CMYK 0.13 0.16 0 0
HSL 252.86º 1% 0.92% -
HSV(B) 252.86º 0.16% 1% -
XYZ 71.97 70.34 104.39 -
YUV 220.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 222 213 255 0.13 0.16 0 0 252.86 1 0.92
Hex DE D5 FF D 10 0 0 FD 64 5C
Octal 336 325 377 15 20 0 0 375 144 134
Binary 11011110 11010101 11111111 1101 10000 0 0 11111101 1100100 1011100

Color Harmonies of #DED5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED5FF

Black with #DED5FF

Text Example


Text Example

White with #DED5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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