Html Css Color HEX #DED5F8 Quartz

📋 copy color: '#DED5F8'

red 222 ◦ green 213 ◦ blue 248

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

Shades of Quartz #DED5F8

Tints of Quartz #DED5F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.31%

R = 32.5%
G = 31.19%
B = 36.31%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DED5F8 (or 0xDED5F8) is known color: Quartz. HEX triplet: DE, D5 and F8. RGB value is (222,213,248). Sum of RGB (Red+Green+Blue) = 222+213+248=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 213 (83.59% from 255 or 31.19% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #DED5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5F8 is #212A07. Grayscale: #DBDBDB. Windows color (decimal): -2173448 or 16307678. OLE color: 16307678.

HSL color Cylindrical-coordinate representation of color #DED5F8: hue angle of 255.43º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DED5F8 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 213 248 -
CMYK 0.10 0.14 0 0.03
HSL 255.43º 0.71% 0.9% -
HSV(B) 255.43º 0.14% 0.97% -
XYZ 70.86 69.9 98.56 -
YUV 219.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 222 213 248 0.10 0.14 0 0.03 255.43 0.71 0.9
Hex DE D5 F8 A E 0 3 FF 47 5A
Octal 336 325 370 12 16 0 3 377 107 132
Binary 11011110 11010101 11111000 1010 1110 0 11 11111111 1000111 1011010

Color Harmonies of #DED5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED5F8

Black with #DED5F8

Text Example


Text Example

White with #DED5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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