Html Css Color HEX #DEDEF9 Quartz

📋 copy color: '#DEDEF9'

red 222 ◦ green 222 ◦ blue 249

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

Shades of Quartz #DEDEF9

Tints of Quartz #DEDEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.93%

R = 32.03%
G = 32.03%
B = 35.93%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEDEF9 (or 0xDEDEF9) is known color: Quartz. HEX triplet: DE, DE and F9. RGB value is (222,222,249). Sum of RGB (Red+Green+Blue) = 222+222+249=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEF9 is #212106. Grayscale: #E0E0E0. Windows color (decimal): -2171143 or 16375518. OLE color: 16375518.

HSL color Cylindrical-coordinate representation of color #DEDEF9: hue angle of 240º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEDEF9 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 222 249 -
CMYK 0.11 0.11 0 0.02
HSL 240º 0.69% 0.92% -
HSV(B) 240º 0.11% 0.98% -
XYZ 73.34 74.61 100.16 -
YUV 225.08 141.5 125.8 -
System Red Green Blue C M Y K H S L
Decimal 222 222 249 0.11 0.11 0 0.02 240 0.69 0.92
Hex DE DE F9 B B 0 2 F0 45 5C
Octal 336 336 371 13 13 0 2 360 105 134
Binary 11011110 11011110 11111001 1011 1011 0 10 11110000 1000101 1011100

Color Harmonies of #DEDEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDEF9

Black with #DEDEF9

Text Example


Text Example

White with #DEDEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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