Html Css Color HEX #DED7FD Quartz

📋 copy color: '#DED7FD'

red 222 ◦ green 215 ◦ blue 253

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

Shades of Quartz #DED7FD

Tints of Quartz #DED7FD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.16%

 BLUE value IS 253 (99.22% from 255) = 36.67%

R = 32.17%
G = 31.16%
B = 36.67%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DED7FD (or 0xDED7FD) is known color: Quartz. HEX triplet: DE, D7 and FD. RGB value is (222,215,253). Sum of RGB (Red+Green+Blue) = 222+215+253=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #DED7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED7FD is #212802. Grayscale: #DDDDDD. Windows color (decimal): -2172931 or 16635870. OLE color: 16635870.

HSL color Cylindrical-coordinate representation of color #DED7FD: hue angle of 251.05º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED7FD is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 215 253 -
CMYK 0.12 0.15 0 0.01
HSL 251.05º 0.9% 0.92% -
HSV(B) 251.05º 0.15% 0.99% -
XYZ 72.15 71.22 102.87 -
YUV 221.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 222 215 253 0.12 0.15 0 0.01 251.05 0.9 0.92
Hex DE D7 FD C F 0 1 FB 5A 5C
Octal 336 327 375 14 17 0 1 373 132 134
Binary 11011110 11010111 11111101 1100 1111 0 1 11111011 1011010 1011100

Color Harmonies of #DED7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED7FD

Black with #DED7FD

Text Example


Text Example

White with #DED7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED7FD; }

 p { color: rgb(222,215,253); }

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

background-color css

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

 a { background-color: rgb(222,215,253); }

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

border-color css

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

 span { border-color: rgb(222,215,253); }

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