Html Css Color HEX #DEDEE6 Quartz

📋 copy color: '#DEDEE6'

red 222 ◦ green 222 ◦ blue 230

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

Shades of Quartz #DEDEE6

Tints of Quartz #DEDEE6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.94%

 BLUE value IS 230 (90.23% from 255) = 34.12%

R = 32.94%
G = 32.94%
B = 34.12%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DEDEE6 (or 0xDEDEE6) is known color: Quartz. HEX triplet: DE, DE and E6. RGB value is (222,222,230). Sum of RGB (Red+Green+Blue) = 222+222+230=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEE6 is #212119. Grayscale: #DEDEDE. Windows color (decimal): -2171162 or 15130334. OLE color: 15130334.

HSL color Cylindrical-coordinate representation of color #DEDEE6: hue angle of 240º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDEE6 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 222 230 -
CMYK 0.03 0.03 0 0.10
HSL 240º 0.14% 0.89% -
HSV(B) 240º 0.03% 0.9% -
XYZ 70.53 73.49 85.33 -
YUV 222.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 222 222 230 0.03 0.03 0 0.10 240 0.14 0.89
Hex DE DE E6 3 3 0 A F0 E 59
Octal 336 336 346 3 3 0 12 360 16 131
Binary 11011110 11011110 11100110 11 11 0 1010 11110000 1110 1011001

Color Harmonies of #DEDEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDEE6

Black with #DEDEE6

Text Example


Text Example

White with #DEDEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDEE6; }

 p { color: rgb(222,222,230); }

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

background-color css

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

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

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

border-color css

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

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

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