Html Css Color HEX #DFD6FC Quartz

📋 copy color: '#DFD6FC'

red 223 ◦ green 214 ◦ blue 252

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

Shades of Quartz #DFD6FC

Tints of Quartz #DFD6FC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.06%

 BLUE value IS 252 (98.83% from 255) = 36.57%

R = 32.37%
G = 31.06%
B = 36.57%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFD6FC (or 0xDFD6FC) is known color: Quartz. HEX triplet: DF, D6 and FC. RGB value is (223,214,252). Sum of RGB (Red+Green+Blue) = 223+214+252=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFD6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6FC is #202903. Grayscale: #DCDCDC. Windows color (decimal): -2107652 or 16570079. OLE color: 16570079.

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

Color convert

RGB 223 214 252 -
CMYK 0.12 0.15 0 0.01
HSL 254.21º 0.86% 0.91% -
HSV(B) 254.21º 0.15% 0.99% -
XYZ 72.05 70.81 101.97 -
YUV 221.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 223 214 252 0.12 0.15 0 0.01 254.21 0.86 0.91
Hex DF D6 FC C F 0 1 FE 56 5B
Octal 337 326 374 14 17 0 1 376 126 133
Binary 11011111 11010110 11111100 1100 1111 0 1 11111110 1010110 1011011

Color Harmonies of #DFD6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD6FC

Black with #DFD6FC

Text Example


Text Example

White with #DFD6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD6FC; }

 p { color: rgb(223,214,252); }

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

background-color css

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

 a { background-color: rgb(223,214,252); }

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

border-color css

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

 span { border-color: rgb(223,214,252); }

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