Html Css Color HEX #DCDAEF Quartz

📋 copy color: '#DCDAEF'

red 220 ◦ green 218 ◦ blue 239

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

Shades of Quartz #DCDAEF

Tints of Quartz #DCDAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.3%

R = 32.5%
G = 32.2%
B = 35.3%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCDAEF (or 0xDCDAEF) is known color: Quartz. HEX triplet: DC, DA and EF. RGB value is (220,218,239). Sum of RGB (Red+Green+Blue) = 220+218+239=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAEF is #232510. Grayscale: #DCDCDC. Windows color (decimal): -2303249 or 15719132. OLE color: 15719132.

HSL color Cylindrical-coordinate representation of color #DCDAEF: hue angle of 245.71º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCDAEF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 218 239 -
CMYK 0.08 0.09 0 0.06
HSL 245.71º 0.4% 0.9% -
HSV(B) 245.71º 0.09% 0.94% -
XYZ 70.17 71.59 91.78 -
YUV 220.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 220 218 239 0.08 0.09 0 0.06 245.71 0.4 0.9
Hex DC DA EF 8 9 0 6 F6 28 5A
Octal 334 332 357 10 11 0 6 366 50 132
Binary 11011100 11011010 11101111 1000 1001 0 110 11110110 101000 1011010

Color Harmonies of #DCDAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAEF

Black with #DCDAEF

Text Example


Text Example

White with #DCDAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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