Html Css Color HEX #DCDAFA Quartz

📋 copy color: '#DCDAFA'

red 220 ◦ green 218 ◦ blue 250

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

Shades of Quartz #DCDAFA

Tints of Quartz #DCDAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.34%

R = 31.98%
G = 31.69%
B = 36.34%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCDAFA (or 0xDCDAFA) is known color: Quartz. HEX triplet: DC, DA and FA. RGB value is (220,218,250). Sum of RGB (Red+Green+Blue) = 220+218+250=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAFA is #232505. Grayscale: #DEDEDE. Windows color (decimal): -2303238 or 16440028. OLE color: 16440028.

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

Color convert

RGB 220 218 250 -
CMYK 0.12 0.13 0 0.02
HSL 243.75º 0.76% 0.92% -
HSV(B) 243.75º 0.13% 0.98% -
XYZ 71.84 72.26 100.6 -
YUV 222.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 220 218 250 0.12 0.13 0 0.02 243.75 0.76 0.92
Hex DC DA FA C D 0 2 F4 4C 5C
Octal 334 332 372 14 15 0 2 364 114 134
Binary 11011100 11011010 11111010 1100 1101 0 10 11110100 1001100 1011100

Color Harmonies of #DCDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAFA

Black with #DCDAFA

Text Example


Text Example

White with #DCDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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