Html Css Color HEX #DFD4FD Quartz

📋 copy color: '#DFD4FD'

red 223 ◦ green 212 ◦ blue 253

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

Shades of Quartz #DFD4FD

Tints of Quartz #DFD4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.81%

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

R = 32.41%
G = 30.81%
B = 36.77%

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

#DFD4FD (or 0xDFD4FD) is known color: Quartz. HEX triplet: DF, D4 and FD. RGB value is (223,212,253). Sum of RGB (Red+Green+Blue) = 223+212+253=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD4FD is #202B02. Grayscale: #DBDBDB. Windows color (decimal): -2108163 or 16635103. OLE color: 16635103.

HSL color Cylindrical-coordinate representation of color #DFD4FD: hue angle of 256.1º 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 #DFD4FD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 212 253 -
CMYK 0.12 0.16 0 0.01
HSL 256.1º 0.91% 0.91% -
HSV(B) 256.1º 0.16% 0.99% -
XYZ 71.7 69.87 102.63 -
YUV 219.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 223 212 253 0.12 0.16 0 0.01 256.1 0.91 0.91
Hex DF D4 FD C 10 0 1 100 5B 5B
Octal 337 324 375 14 20 0 1 400 133 133
Binary 11011111 11010100 11111101 1100 10000 0 1 100000000 1011011 1011011

Color Harmonies of #DFD4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD4FD

Black with #DFD4FD

Text Example


Text Example

White with #DFD4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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