Html Css Color HEX #DFDAFA Quartz

📋 copy color: '#DFDAFA'

red 223 ◦ green 218 ◦ blue 250

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

Shades of Quartz #DFDAFA

Tints of Quartz #DFDAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.55%

 BLUE value IS 250 (98.05% from 255) = 36.18%

R = 32.27%
G = 31.55%
B = 36.18%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFDAFA (or 0xDFDAFA) is known color: Quartz. HEX triplet: DF, DA and FA. RGB value is (223,218,250). Sum of RGB (Red+Green+Blue) = 223+218+250=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAFA is #202505. Grayscale: #DFDFDF. Windows color (decimal): -2106630 or 16440031. OLE color: 16440031.

HSL color Cylindrical-coordinate representation of color #DFDAFA: hue angle of 249.38º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDAFA is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 218 250 -
CMYK 0.11 0.13 0 0.02
HSL 249.38º 0.76% 0.92% -
HSV(B) 249.38º 0.13% 0.98% -
XYZ 72.76 72.73 100.65 -
YUV 223.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 223 218 250 0.11 0.13 0 0.02 249.38 0.76 0.92
Hex DF DA FA B D 0 2 F9 4C 5C
Octal 337 332 372 13 15 0 2 371 114 134
Binary 11011111 11011010 11111010 1011 1101 0 10 11111001 1001100 1011100

Color Harmonies of #DFDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAFA

Black with #DFDAFA

Text Example


Text Example

White with #DFDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDAFA; }

 p { color: rgb(223,218,250); }

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

background-color css

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

 a { background-color: rgb(223,218,250); }

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

border-color css

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

 span { border-color: rgb(223,218,250); }

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