Html Css Color HEX #DCD9EE Quartz

📋 copy color: '#DCD9EE'

red 220 ◦ green 217 ◦ blue 238

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

Shades of Quartz #DCD9EE

Tints of Quartz #DCD9EE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.15%

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

R = 32.59%
G = 32.15%
B = 35.26%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCD9EE (or 0xDCD9EE) is known color: Quartz. HEX triplet: DC, D9 and EE. RGB value is (220,217,238). Sum of RGB (Red+Green+Blue) = 220+217+238=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9EE is #232611. Grayscale: #DCDCDC. Windows color (decimal): -2303506 or 15653340. OLE color: 15653340.

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

Color convert

RGB 220 217 238 -
CMYK 0.08 0.09 0 0.07
HSL 248.57º 0.38% 0.89% -
HSV(B) 248.57º 0.09% 0.93% -
XYZ 69.76 71.01 90.92 -
YUV 220.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 220 217 238 0.08 0.09 0 0.07 248.57 0.38 0.89
Hex DC D9 EE 8 9 0 7 F9 26 59
Octal 334 331 356 10 11 0 7 371 46 131
Binary 11011100 11011001 11101110 1000 1001 0 111 11111001 100110 1011001

Color Harmonies of #DCD9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9EE

Black with #DCD9EE

Text Example


Text Example

White with #DCD9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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