Html Css Color HEX #DFDDEE Quartz

📋 copy color: '#DFDDEE'

red 223 ◦ green 221 ◦ blue 238

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

Shades of Quartz #DFDDEE

Tints of Quartz #DFDDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.9%

R = 32.7%
G = 32.4%
B = 34.9%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFDDEE (or 0xDFDDEE) is known color: Quartz. HEX triplet: DF, DD and EE. RGB value is (223,221,238). Sum of RGB (Red+Green+Blue) = 223+221+238=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDEE is #202211. Grayscale: #DFDFDF. Windows color (decimal): -2105874 or 15654367. OLE color: 15654367.

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

Color convert

RGB 223 221 238 -
CMYK 0.06 0.07 0 0.07
HSL 247.06º 0.33% 0.9% -
HSV(B) 247.06º 0.07% 0.93% -
XYZ 71.72 73.57 91.31 -
YUV 223.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 223 221 238 0.06 0.07 0 0.07 247.06 0.33 0.9
Hex DF DD EE 6 7 0 7 F7 21 5A
Octal 337 335 356 6 7 0 7 367 41 132
Binary 11011111 11011101 11101110 110 111 0 111 11110111 100001 1011010

Color Harmonies of #DFDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDDEE

Black with #DFDDEE

Text Example


Text Example

White with #DFDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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