Html Css Color HEX #DFD5FD Quartz

📋 copy color: '#DFD5FD'

red 223 ◦ green 213 ◦ blue 253

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

Shades of Quartz #DFD5FD

Tints of Quartz #DFD5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.72%

R = 32.37%
G = 30.91%
B = 36.72%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFD5FD (or 0xDFD5FD) is known color: Quartz. HEX triplet: DF, D5 and FD. RGB value is (223,213,253). Sum of RGB (Red+Green+Blue) = 223+213+253=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5FD is #202A02. Grayscale: #DCDCDC. Windows color (decimal): -2107907 or 16635359. OLE color: 16635359.

HSL color Cylindrical-coordinate representation of color #DFD5FD: hue angle of 255º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFD5FD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 213 253 -
CMYK 0.12 0.16 0 0.01
HSL 255º 0.91% 0.91% -
HSV(B) 255º 0.16% 0.99% -
XYZ 71.96 70.37 102.72 -
YUV 220.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 223 213 253 0.12 0.16 0 0.01 255 0.91 0.91
Hex DF D5 FD C 10 0 1 FF 5B 5B
Octal 337 325 375 14 20 0 1 377 133 133
Binary 11011111 11010101 11111101 1100 10000 0 1 11111111 1011011 1011011

Color Harmonies of #DFD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5FD

Black with #DFD5FD

Text Example


Text Example

White with #DFD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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