Html Css Color HEX #DCD7EE Quartz

📋 copy color: '#DCD7EE'

red 220 ◦ green 215 ◦ blue 238

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

Shades of Quartz #DCD7EE

Tints of Quartz #DCD7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.36%

R = 32.69%
G = 31.95%
B = 35.36%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCD7EE (or 0xDCD7EE) is known color: Quartz. HEX triplet: DC, D7 and EE. RGB value is (220,215,238). Sum of RGB (Red+Green+Blue) = 220+215+238=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7EE is #232811. Grayscale: #DBDBDB. Windows color (decimal): -2304018 or 15652828. OLE color: 15652828.

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

Color convert

RGB 220 215 238 -
CMYK 0.08 0.10 0 0.07
HSL 253.04º 0.4% 0.89% -
HSV(B) 253.04º 0.1% 0.93% -
XYZ 69.25 69.99 90.75 -
YUV 219.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 220 215 238 0.08 0.10 0 0.07 253.04 0.4 0.89
Hex DC D7 EE 8 A 0 7 FD 28 59
Octal 334 327 356 10 12 0 7 375 50 131
Binary 11011100 11010111 11101110 1000 1010 0 111 11111101 101000 1011001

Color Harmonies of #DCD7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD7EE

Black with #DCD7EE

Text Example


Text Example

White with #DCD7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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