Html Css Color HEX #DCDAEE Quartz

📋 copy color: '#DCDAEE'

red 220 ◦ green 218 ◦ blue 238

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

Shades of Quartz #DCDAEE

Tints of Quartz #DCDAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.21%

R = 32.54%
G = 32.25%
B = 35.21%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCDAEE (or 0xDCDAEE) is known color: Quartz. HEX triplet: DC, DA and EE. RGB value is (220,218,238). Sum of RGB (Red+Green+Blue) = 220+218+238=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAEE is #232511. Grayscale: #DCDCDC. Windows color (decimal): -2303250 or 15653596. OLE color: 15653596.

HSL color Cylindrical-coordinate representation of color #DCDAEE: hue angle of 246º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDAEE is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 218 238 -
CMYK 0.08 0.08 0 0.07
HSL 246º 0.37% 0.89% -
HSV(B) 246º 0.08% 0.93% -
XYZ 70.02 71.53 91.01 -
YUV 220.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 220 218 238 0.08 0.08 0 0.07 246 0.37 0.89
Hex DC DA EE 8 8 0 7 F6 25 59
Octal 334 332 356 10 10 0 7 366 45 131
Binary 11011100 11011010 11101110 1000 1000 0 111 11110110 100101 1011001

Color Harmonies of #DCDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAEE

Black with #DCDAEE

Text Example


Text Example

White with #DCDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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