Html Css Color HEX #DFDBEB Quartz

📋 copy color: '#DFDBEB'

red 223 ◦ green 219 ◦ blue 235

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

Shades of Quartz #DFDBEB

Tints of Quartz #DFDBEB

RGB

 RED value IS 223 (87.5% from 255) = 32.94%

 GREEN value IS 219 (85.94% from 255) = 32.35%

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

R = 32.94%
G = 32.35%
B = 34.71%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFDBEB (or 0xDFDBEB) is known color: Quartz. HEX triplet: DF, DB and EB. RGB value is (223,219,235). Sum of RGB (Red+Green+Blue) = 223+219+235=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBEB is #202414. Grayscale: #DDDDDD. Windows color (decimal): -2106389 or 15457247. OLE color: 15457247.

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

Color convert

RGB 223 219 235 -
CMYK 0.05 0.07 0 0.08
HSL 255º 0.29% 0.89% -
HSV(B) 255º 0.07% 0.92% -
XYZ 70.76 72.35 88.83 -
YUV 222.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 223 219 235 0.05 0.07 0 0.08 255 0.29 0.89
Hex DF DB EB 5 7 0 8 FF 1D 59
Octal 337 333 353 5 7 0 10 377 35 131
Binary 11011111 11011011 11101011 101 111 0 1000 11111111 11101 1011001

Color Harmonies of #DFDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDBEB

Black with #DFDBEB

Text Example


Text Example

White with #DFDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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