Html Css Color HEX #DCD6FD Quartz

📋 copy color: '#DCD6FD'

red 220 ◦ green 214 ◦ blue 253

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

Shades of Quartz #DCD6FD

Tints of Quartz #DCD6FD

RGB

 RED value IS 220 (86.33% from 255) = 32.02%

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

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

R = 32.02%
G = 31.15%
B = 36.83%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCD6FD (or 0xDCD6FD) is known color: Quartz. HEX triplet: DC, D6 and FD. RGB value is (220,214,253). Sum of RGB (Red+Green+Blue) = 220+214+253=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6FD is #232902. Grayscale: #DCDCDC. Windows color (decimal): -2304259 or 16635612. OLE color: 16635612.

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

Color convert

RGB 220 214 253 -
CMYK 0.13 0.15 0 0.01
HSL 249.23º 0.91% 0.92% -
HSV(B) 249.23º 0.15% 0.99% -
XYZ 71.29 70.4 102.76 -
YUV 220.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 220 214 253 0.13 0.15 0 0.01 249.23 0.91 0.92
Hex DC D6 FD D F 0 1 F9 5B 5C
Octal 334 326 375 15 17 0 1 371 133 134
Binary 11011100 11010110 11111101 1101 1111 0 1 11111001 1011011 1011100

Color Harmonies of #DCD6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD6FD

Black with #DCD6FD

Text Example


Text Example

White with #DCD6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD6FD; }

 p { color: rgb(220,214,253); }

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

background-color css

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

 a { background-color: rgb(220,214,253); }

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

border-color css

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

 span { border-color: rgb(220,214,253); }

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