Html Css Color HEX #DCDDF9 Quartz

📋 copy color: '#DCDDF9'

red 220 ◦ green 221 ◦ blue 249

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

Shades of Quartz #DCDDF9

Tints of Quartz #DCDDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.09%

R = 31.88%
G = 32.03%
B = 36.09%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCDDF9 (or 0xDCDDF9) is known color: Quartz. HEX triplet: DC, DD and F9. RGB value is (220,221,249). Sum of RGB (Red+Green+Blue) = 220+221+249=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDF9 is #232206. Grayscale: #DFDFDF. Windows color (decimal): -2302471 or 16375260. OLE color: 16375260.

HSL color Cylindrical-coordinate representation of color #DCDDF9: hue angle of 237.93º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCDDF9 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 221 249 -
CMYK 0.12 0.11 0 0.02
HSL 237.93º 0.71% 0.92% -
HSV(B) 237.93º 0.12% 0.98% -
XYZ 72.47 73.77 100.04 -
YUV 223.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 220 221 249 0.12 0.11 0 0.02 237.93 0.71 0.92
Hex DC DD F9 C B 0 2 EE 47 5C
Octal 334 335 371 14 13 0 2 356 107 134
Binary 11011100 11011101 11111001 1100 1011 0 10 11101110 1000111 1011100

Color Harmonies of #DCDDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDDF9

Black with #DCDDF9

Text Example


Text Example

White with #DCDDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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