Html Css Color HEX #DCDDEB Quartz

📋 copy color: '#DCDDEB'

red 220 ◦ green 221 ◦ blue 235

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

Shades of Quartz #DCDDEB

Tints of Quartz #DCDDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.69%

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

R = 32.54%
G = 32.69%
B = 34.76%

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

#DCDDEB (or 0xDCDDEB) is known color: Quartz. HEX triplet: DC, DD and EB. RGB value is (220,221,235). Sum of RGB (Red+Green+Blue) = 220+221+235=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCDDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDEB is #232214. Grayscale: #DEDEDE. Windows color (decimal): -2302485 or 15457756. OLE color: 15457756.

HSL color Cylindrical-coordinate representation of color #DCDDEB: hue angle of 236º 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 #DCDDEB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 221 235 -
CMYK 0.06 0.06 0 0.08
HSL 236º 0.27% 0.89% -
HSV(B) 236º 0.06% 0.92% -
XYZ 70.37 72.93 88.96 -
YUV 222.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 220 221 235 0.06 0.06 0 0.08 236 0.27 0.89
Hex DC DD EB 6 6 0 8 EC 1B 59
Octal 334 335 353 6 6 0 10 354 33 131
Binary 11011100 11011101 11101011 110 110 0 1000 11101100 11011 1011001

Color Harmonies of #DCDDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDDEB

Black with #DCDDEB

Text Example


Text Example

White with #DCDDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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