Html Css Color HEX #DFD5FA Quartz

📋 copy color: '#DFD5FA'

red 223 ◦ green 213 ◦ blue 250

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

Shades of Quartz #DFD5FA

Tints of Quartz #DFD5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.05%

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

R = 32.51%
G = 31.05%
B = 36.44%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFD5FA (or 0xDFD5FA) is known color: Quartz. HEX triplet: DF, D5 and FA. RGB value is (223,213,250). Sum of RGB (Red+Green+Blue) = 223+213+250=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5FA is #202A05. Grayscale: #DCDCDC. Windows color (decimal): -2107910 or 16438751. OLE color: 16438751.

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

Color convert

RGB 223 213 250 -
CMYK 0.11 0.15 0 0.02
HSL 256.22º 0.79% 0.91% -
HSV(B) 256.22º 0.15% 0.98% -
XYZ 71.48 70.18 100.22 -
YUV 220.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 223 213 250 0.11 0.15 0 0.02 256.22 0.79 0.91
Hex DF D5 FA B F 0 2 100 4F 5B
Octal 337 325 372 13 17 0 2 400 117 133
Binary 11011111 11010101 11111010 1011 1111 0 10 100000000 1001111 1011011

Color Harmonies of #DFD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5FA

Black with #DFD5FA

Text Example


Text Example

White with #DFD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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