Html Css Color HEX #DCDAEA Quartz

📋 copy color: '#DCDAEA'

red 220 ◦ green 218 ◦ blue 234

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

Shades of Quartz #DCDAEA

Tints of Quartz #DCDAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 32.74%
G = 32.44%
B = 34.82%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCDAEA (or 0xDCDAEA) is known color: Quartz. HEX triplet: DC, DA and EA. RGB value is (220,218,234). Sum of RGB (Red+Green+Blue) = 220+218+234=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAEA is #232515. Grayscale: #DCDCDC. Windows color (decimal): -2303254 or 15391452. OLE color: 15391452.

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

Color convert

RGB 220 218 234 -
CMYK 0.06 0.07 0 0.08
HSL 247.5º 0.28% 0.89% -
HSV(B) 247.5º 0.07% 0.92% -
XYZ 69.44 71.3 87.94 -
YUV 220.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 220 218 234 0.06 0.07 0 0.08 247.5 0.28 0.89
Hex DC DA EA 6 7 0 8 F8 1C 59
Octal 334 332 352 6 7 0 10 370 34 131
Binary 11011100 11011010 11101010 110 111 0 1000 11111000 11100 1011001

Color Harmonies of #DCDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAEA

Black with #DCDAEA

Text Example


Text Example

White with #DCDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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