Html Css Color HEX #DCD7EF Quartz

📋 copy color: '#DCD7EF'

red 220 ◦ green 215 ◦ blue 239

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

Shades of Quartz #DCD7EF

Tints of Quartz #DCD7EF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.9%

 BLUE value IS 239 (93.75% from 255) = 35.46%

R = 32.64%
G = 31.9%
B = 35.46%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCD7EF (or 0xDCD7EF) is known color: Quartz. HEX triplet: DC, D7 and EF. RGB value is (220,215,239). Sum of RGB (Red+Green+Blue) = 220+215+239=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCD7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7EF is #232810. Grayscale: #DBDBDB. Windows color (decimal): -2304017 or 15718364. OLE color: 15718364.

HSL color Cylindrical-coordinate representation of color #DCD7EF: hue angle of 252.5º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD7EF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 215 239 -
CMYK 0.08 0.10 0 0.06
HSL 252.5º 0.43% 0.89% -
HSV(B) 252.5º 0.1% 0.94% -
XYZ 69.4 70.05 91.52 -
YUV 219.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 220 215 239 0.08 0.10 0 0.06 252.5 0.43 0.89
Hex DC D7 EF 8 A 0 6 FD 2B 59
Octal 334 327 357 10 12 0 6 375 53 131
Binary 11011100 11010111 11101111 1000 1010 0 110 11111101 101011 1011001

Color Harmonies of #DCD7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD7EF

Black with #DCD7EF

Text Example


Text Example

White with #DCD7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD7EF; }

 p { color: rgb(220,215,239); }

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

background-color css

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

 a { background-color: rgb(220,215,239); }

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

border-color css

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

 span { border-color: rgb(220,215,239); }

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