Html Css Color HEX #DFDDEF Quartz

📋 copy color: '#DFDDEF'

red 223 ◦ green 221 ◦ blue 239

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

Shades of Quartz #DFDDEF

Tints of Quartz #DFDDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.99%

R = 32.65%
G = 32.36%
B = 34.99%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFDDEF (or 0xDFDDEF) is known color: Quartz. HEX triplet: DF, DD and EF. RGB value is (223,221,239). Sum of RGB (Red+Green+Blue) = 223+221+239=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFDDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDEF is #202210. Grayscale: #DFDFDF. Windows color (decimal): -2105873 or 15719903. OLE color: 15719903.

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

Color convert

RGB 223 221 239 -
CMYK 0.07 0.08 0 0.06
HSL 246.67º 0.36% 0.9% -
HSV(B) 246.67º 0.08% 0.94% -
XYZ 71.87 73.63 92.09 -
YUV 223.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 223 221 239 0.07 0.08 0 0.06 246.67 0.36 0.9
Hex DF DD EF 7 8 0 6 F7 24 5A
Octal 337 335 357 7 10 0 6 367 44 132
Binary 11011111 11011101 11101111 111 1000 0 110 11110111 100100 1011010

Color Harmonies of #DFDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDDEF

Black with #DFDDEF

Text Example


Text Example

White with #DFDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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