Html Css Color HEX #DCD8EE Quartz

📋 copy color: '#DCD8EE'

red 220 ◦ green 216 ◦ blue 238

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

Shades of Quartz #DCD8EE

Tints of Quartz #DCD8EE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.05%

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

R = 32.64%
G = 32.05%
B = 35.31%

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

#DCD8EE (or 0xDCD8EE) is known color: Quartz. HEX triplet: DC, D8 and EE. RGB value is (220,216,238). Sum of RGB (Red+Green+Blue) = 220+216+238=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8EE is #232711. Grayscale: #DBDBDB. Windows color (decimal): -2303762 or 15653084. OLE color: 15653084.

HSL color Cylindrical-coordinate representation of color #DCD8EE: hue angle of 250.91º degrees, saturation: 0.39, 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 #DCD8EE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 216 238 -
CMYK 0.08 0.09 0 0.07
HSL 250.91º 0.39% 0.89% -
HSV(B) 250.91º 0.09% 0.93% -
XYZ 69.5 70.5 90.83 -
YUV 219.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 220 216 238 0.08 0.09 0 0.07 250.91 0.39 0.89
Hex DC D8 EE 8 9 0 7 FB 27 59
Octal 334 330 356 10 11 0 7 373 47 131
Binary 11011100 11011000 11101110 1000 1001 0 111 11111011 100111 1011001

Color Harmonies of #DCD8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8EE

Black with #DCD8EE

Text Example


Text Example

White with #DCD8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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