Html Css Color HEX #DEDDF6 Quartz

📋 copy color: '#DEDDF6'

red 222 ◦ green 221 ◦ blue 246

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

Shades of Quartz #DEDDF6

Tints of Quartz #DEDDF6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.08%

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

R = 32.22%
G = 32.08%
B = 35.7%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEDDF6 (or 0xDEDDF6) is known color: Quartz. HEX triplet: DE, DD and F6. RGB value is (222,221,246). Sum of RGB (Red+Green+Blue) = 222+221+246=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDF6 is #212209. Grayscale: #E0E0E0. Windows color (decimal): -2171402 or 16178654. OLE color: 16178654.

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

Color convert

RGB 222 221 246 -
CMYK 0.10 0.10 0 0.04
HSL 242.4º 0.58% 0.92% -
HSV(B) 242.4º 0.1% 0.96% -
XYZ 72.62 73.9 97.62 -
YUV 224.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 222 221 246 0.10 0.10 0 0.04 242.4 0.58 0.92
Hex DE DD F6 A A 0 4 F2 3A 5C
Octal 336 335 366 12 12 0 4 362 72 134
Binary 11011110 11011101 11110110 1010 1010 0 100 11110010 111010 1011100

Color Harmonies of #DEDDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDDF6

Black with #DEDDF6

Text Example


Text Example

White with #DEDDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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