Html Css Color HEX #DFDDEC Quartz

📋 copy color: '#DFDDEC'

red 223 ◦ green 221 ◦ blue 236

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

Shades of Quartz #DFDDEC

Tints of Quartz #DFDDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.71%

R = 32.79%
G = 32.5%
B = 34.71%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFDDEC (or 0xDFDDEC) is known color: Quartz. HEX triplet: DF, DD and EC. RGB value is (223,221,236). Sum of RGB (Red+Green+Blue) = 223+221+236=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDEC is #202213. Grayscale: #DFDFDF. Windows color (decimal): -2105876 or 15523295. OLE color: 15523295.

HSL color Cylindrical-coordinate representation of color #DFDDEC: hue angle of 248º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDDEC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 221 236 -
CMYK 0.06 0.06 0 0.07
HSL 248º 0.28% 0.9% -
HSV(B) 248º 0.06% 0.93% -
XYZ 71.43 73.46 89.77 -
YUV 223.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 223 221 236 0.06 0.06 0 0.07 248 0.28 0.9
Hex DF DD EC 6 6 0 7 F8 1C 5A
Octal 337 335 354 6 6 0 7 370 34 132
Binary 11011111 11011101 11101100 110 110 0 111 11111000 11100 1011010

Color Harmonies of #DFDDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDDEC

Black with #DFDDEC

Text Example


Text Example

White with #DFDDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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