Html Css Color HEX #DCD5FD Quartz

📋 copy color: '#DCD5FD'

red 220 ◦ green 213 ◦ blue 253

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

Shades of Quartz #DCD5FD

Tints of Quartz #DCD5FD

RGB

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

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

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

R = 32.07%
G = 31.05%
B = 36.88%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCD5FD (or 0xDCD5FD) is known color: Quartz. HEX triplet: DC, D5 and FD. RGB value is (220,213,253). Sum of RGB (Red+Green+Blue) = 220+213+253=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5FD is #232A02. Grayscale: #DBDBDB. Windows color (decimal): -2304515 or 16635356. OLE color: 16635356.

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

Color convert

RGB 220 213 253 -
CMYK 0.13 0.16 0 0.01
HSL 250.5º 0.91% 0.91% -
HSV(B) 250.5º 0.16% 0.99% -
XYZ 71.04 69.9 102.68 -
YUV 219.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 220 213 253 0.13 0.16 0 0.01 250.5 0.91 0.91
Hex DC D5 FD D 10 0 1 FB 5B 5B
Octal 334 325 375 15 20 0 1 373 133 133
Binary 11011100 11010101 11111101 1101 10000 0 1 11111011 1011011 1011011

Color Harmonies of #DCD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD5FD

Black with #DCD5FD

Text Example


Text Example

White with #DCD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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