Html Css Color HEX #DEDAF6 Quartz

📋 copy color: '#DEDAF6'

red 222 ◦ green 218 ◦ blue 246

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

Shades of Quartz #DEDAF6

Tints of Quartz #DEDAF6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.78%

 BLUE value IS 246 (96.48% from 255) = 35.86%

R = 32.36%
G = 31.78%
B = 35.86%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEDAF6 (or 0xDEDAF6) is known color: Quartz. HEX triplet: DE, DA and F6. RGB value is (222,218,246). Sum of RGB (Red+Green+Blue) = 222+218+246=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF6 is #212509. Grayscale: #DEDEDE. Windows color (decimal): -2172170 or 16177886. OLE color: 16177886.

HSL color Cylindrical-coordinate representation of color #DEDAF6: hue angle of 248.57º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEDAF6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 218 246 -
CMYK 0.10 0.11 0 0.04
HSL 248.57º 0.61% 0.91% -
HSV(B) 248.57º 0.11% 0.96% -
XYZ 71.83 72.33 97.36 -
YUV 222.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 222 218 246 0.10 0.11 0 0.04 248.57 0.61 0.91
Hex DE DA F6 A B 0 4 F9 3D 5B
Octal 336 332 366 12 13 0 4 371 75 133
Binary 11011110 11011010 11110110 1010 1011 0 100 11111001 111101 1011011

Color Harmonies of #DEDAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDAF6

Black with #DEDAF6

Text Example


Text Example

White with #DEDAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDAF6; }

 p { color: rgb(222,218,246); }

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

background-color css

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

 a { background-color: rgb(222,218,246); }

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

border-color css

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

 span { border-color: rgb(222,218,246); }

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