Html Css Color HEX #DEDFEB Quartz

📋 copy color: '#DEDFEB'

red 222 ◦ green 223 ◦ blue 235

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

Shades of Quartz #DEDFEB

Tints of Quartz #DEDFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.79%

 BLUE value IS 235 (92.19% from 255) = 34.56%

R = 32.65%
G = 32.79%
B = 34.56%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEDFEB (or 0xDEDFEB) is known color: Quartz. HEX triplet: DE, DF and EB. RGB value is (222,223,235). Sum of RGB (Red+Green+Blue) = 222+223+235=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFEB is #212014. Grayscale: #E0E0E0. Windows color (decimal): -2170901 or 15458270. OLE color: 15458270.

HSL color Cylindrical-coordinate representation of color #DEDFEB: hue angle of 235.38º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEDFEB is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 223 235 -
CMYK 0.06 0.05 0 0.08
HSL 235.38º 0.25% 0.9% -
HSV(B) 235.38º 0.06% 0.92% -
XYZ 71.51 74.3 89.17 -
YUV 224.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 222 223 235 0.06 0.05 0 0.08 235.38 0.25 0.9
Hex DE DF EB 6 5 0 8 EB 19 5A
Octal 336 337 353 6 5 0 10 353 31 132
Binary 11011110 11011111 11101011 110 101 0 1000 11101011 11001 1011010

Color Harmonies of #DEDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDFEB

Black with #DEDFEB

Text Example


Text Example

White with #DEDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDFEB; }

 p { color: rgb(222,223,235); }

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

background-color css

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

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

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

border-color css

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

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

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