Html Css Color HEX #DED6FE Quartz

📋 copy color: '#DED6FE'

red 222 ◦ green 214 ◦ blue 254

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

Shades of Quartz #DED6FE

Tints of Quartz #DED6FE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.01%

 BLUE value IS 254 (99.61% from 255) = 36.81%

R = 32.17%
G = 31.01%
B = 36.81%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DED6FE (or 0xDED6FE) is known color: Quartz. HEX triplet: DE, D6 and FE. RGB value is (222,214,254). Sum of RGB (Red+Green+Blue) = 222+214+254=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #DED6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED6FE is #212901. Grayscale: #DCDCDC. Windows color (decimal): -2173186 or 16701150. OLE color: 16701150.

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

Color convert

RGB 222 214 254 -
CMYK 0.13 0.16 0 0.00
HSL 252º 0.95% 0.92% -
HSV(B) 252º 0.16% 1% -
XYZ 72.06 70.78 103.63 -
YUV 220.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 222 214 254 0.13 0.16 0 0.00 252 0.95 0.92
Hex DE D6 FE D 10 0 0 FC 5F 5C
Octal 336 326 376 15 20 0 0 374 137 134
Binary 11011110 11010110 11111110 1101 10000 0 0 11111100 1011111 1011100

Color Harmonies of #DED6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED6FE

Black with #DED6FE

Text Example


Text Example

White with #DED6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED6FE; }

 p { color: rgb(222,214,254); }

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

background-color css

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

 a { background-color: rgb(222,214,254); }

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

border-color css

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

 span { border-color: rgb(222,214,254); }

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