Html Css Color HEX #DED5FA Quartz

📋 copy color: '#DED5FA'

red 222 ◦ green 213 ◦ blue 250

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

Shades of Quartz #DED5FA

Tints of Quartz #DED5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.5%

R = 32.41%
G = 31.09%
B = 36.5%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DED5FA (or 0xDED5FA) is known color: Quartz. HEX triplet: DE, D5 and FA. RGB value is (222,213,250). Sum of RGB (Red+Green+Blue) = 222+213+250=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #DED5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5FA is #212A05. Grayscale: #DBDBDB. Windows color (decimal): -2173446 or 16438750. OLE color: 16438750.

HSL color Cylindrical-coordinate representation of color #DED5FA: hue angle of 254.59º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED5FA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 213 250 -
CMYK 0.11 0.15 0 0.02
HSL 254.59º 0.79% 0.91% -
HSV(B) 254.59º 0.15% 0.98% -
XYZ 71.17 70.02 100.21 -
YUV 219.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 222 213 250 0.11 0.15 0 0.02 254.59 0.79 0.91
Hex DE D5 FA B F 0 2 FF 4F 5B
Octal 336 325 372 13 17 0 2 377 117 133
Binary 11011110 11010101 11111010 1011 1111 0 10 11111111 1001111 1011011

Color Harmonies of #DED5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED5FA

Black with #DED5FA

Text Example


Text Example

White with #DED5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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