Html Css Color HEX #DCDAE9 Quartz

📋 copy color: '#DCDAE9'

red 220 ◦ green 218 ◦ blue 233

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

Shades of Quartz #DCDAE9

Tints of Quartz #DCDAE9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.49%

 BLUE value IS 233 (91.41% from 255) = 34.72%

R = 32.79%
G = 32.49%
B = 34.72%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCDAE9 (or 0xDCDAE9) is known color: Quartz. HEX triplet: DC, DA and E9. RGB value is (220,218,233). Sum of RGB (Red+Green+Blue) = 220+218+233=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAE9 is #232516. Grayscale: #DCDCDC. Windows color (decimal): -2303255 or 15325916. OLE color: 15325916.

HSL color Cylindrical-coordinate representation of color #DCDAE9: hue angle of 248º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDAE9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 218 233 -
CMYK 0.06 0.06 0 0.09
HSL 248º 0.25% 0.88% -
HSV(B) 248º 0.06% 0.91% -
XYZ 69.29 71.24 87.19 -
YUV 220.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 220 218 233 0.06 0.06 0 0.09 248 0.25 0.88
Hex DC DA E9 6 6 0 9 F8 19 58
Octal 334 332 351 6 6 0 11 370 31 130
Binary 11011100 11011010 11101001 110 110 0 1001 11111000 11001 1011000

Color Harmonies of #DCDAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAE9

Black with #DCDAE9

Text Example


Text Example

White with #DCDAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAE9; }

 p { color: rgb(220,218,233); }

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

background-color css

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

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

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

border-color css

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

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

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