Html Css Color HEX #DCDDF6 Quartz

📋 copy color: '#DCDDF6'

red 220 ◦ green 221 ◦ blue 246

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

Shades of Quartz #DCDDF6

Tints of Quartz #DCDDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.81%

R = 32.02%
G = 32.17%
B = 35.81%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCDDF6 (or 0xDCDDF6) is known color: Quartz. HEX triplet: DC, DD and F6. RGB value is (220,221,246). Sum of RGB (Red+Green+Blue) = 220+221+246=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDF6 is #232209. Grayscale: #DFDFDF. Windows color (decimal): -2302474 or 16178652. OLE color: 16178652.

HSL color Cylindrical-coordinate representation of color #DCDDF6: hue angle of 237.69º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDDF6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 221 246 -
CMYK 0.11 0.10 0 0.04
HSL 237.69º 0.59% 0.91% -
HSV(B) 237.69º 0.11% 0.96% -
XYZ 72.01 73.58 97.6 -
YUV 223.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 220 221 246 0.11 0.10 0 0.04 237.69 0.59 0.91
Hex DC DD F6 B A 0 4 EE 3B 5B
Octal 334 335 366 13 12 0 4 356 73 133
Binary 11011100 11011101 11110110 1011 1010 0 100 11101110 111011 1011011

Color Harmonies of #DCDDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDDF6

Black with #DCDDF6

Text Example


Text Example

White with #DCDDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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