Html Css Color HEX #DCDCEB Quartz

📋 copy color: '#DCDCEB'

red 220 ◦ green 220 ◦ blue 235

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

Shades of Quartz #DCDCEB

Tints of Quartz #DCDCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 32.59%
G = 32.59%
B = 34.81%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCDCEB (or 0xDCDCEB) is known color: Quartz. HEX triplet: DC, DC and EB. RGB value is (220,220,235). Sum of RGB (Red+Green+Blue) = 220+220+235=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCEB is #232314. Grayscale: #DDDDDD. Windows color (decimal): -2302741 or 15457500. OLE color: 15457500.

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

Color convert

RGB 220 220 235 -
CMYK 0.06 0.06 0 0.08
HSL 240º 0.27% 0.89% -
HSV(B) 240º 0.06% 0.92% -
XYZ 70.1 72.4 88.88 -
YUV 221.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 220 220 235 0.06 0.06 0 0.08 240 0.27 0.89
Hex DC DC EB 6 6 0 8 F0 1B 59
Octal 334 334 353 6 6 0 10 360 33 131
Binary 11011100 11011100 11101011 110 110 0 1000 11110000 11011 1011001

Color Harmonies of #DCDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDCEB

Black with #DCDCEB

Text Example


Text Example

White with #DCDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDCEB; }

 p { color: rgb(220,220,235); }

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

background-color css

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

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

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

border-color css

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

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

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