Html Css Color HEX #DFDDEB Quartz

📋 copy color: '#DFDDEB'

red 223 ◦ green 221 ◦ blue 235

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

Shades of Quartz #DFDDEB

Tints of Quartz #DFDDEB

RGB

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

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

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

R = 32.84%
G = 32.55%
B = 34.61%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFDDEB (or 0xDFDDEB) is known color: Quartz. HEX triplet: DF, DD and EB. RGB value is (223,221,235). Sum of RGB (Red+Green+Blue) = 223+221+235=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFDDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDEB is #202214. Grayscale: #DFDFDF. Windows color (decimal): -2105877 or 15457759. OLE color: 15457759.

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

Color convert

RGB 223 221 235 -
CMYK 0.05 0.06 0 0.08
HSL 248.57º 0.26% 0.89% -
HSV(B) 248.57º 0.06% 0.92% -
XYZ 71.28 73.4 89.01 -
YUV 223.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 223 221 235 0.05 0.06 0 0.08 248.57 0.26 0.89
Hex DF DD EB 5 6 0 8 F9 1A 59
Octal 337 335 353 5 6 0 10 371 32 131
Binary 11011111 11011101 11101011 101 110 0 1000 11111001 11010 1011001

Color Harmonies of #DFDDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDDEB

Black with #DFDDEB

Text Example


Text Example

White with #DFDDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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