Html Css Color HEX #DADCFA Quartz

📋 copy color: '#DADCFA'

red 218 ◦ green 220 ◦ blue 250

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

Shades of Quartz #DADCFA

Tints of Quartz #DADCFA

RGB

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

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

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

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

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DADCFA (or 0xDADCFA) is known color: Quartz. HEX triplet: DA, DC and FA. RGB value is (218,220,250). Sum of RGB (Red+Green+Blue) = 218+220+250=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 220 (86.33% from 255 or 31.98% 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 #DADCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCFA is #252305. Grayscale: #DEDEDE. Windows color (decimal): -2433798 or 16440538. OLE color: 16440538.

HSL color Cylindrical-coordinate representation of color #DADCFA: hue angle of 236.25º 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 #DADCFA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 220 250 -
CMYK 0.13 0.12 0 0.02
HSL 236.25º 0.76% 0.92% -
HSV(B) 236.25º 0.13% 0.98% -
XYZ 71.76 72.99 100.75 -
YUV 222.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 218 220 250 0.13 0.12 0 0.02 236.25 0.76 0.92
Hex DA DC FA D C 0 2 EC 4C 5C
Octal 332 334 372 15 14 0 2 354 114 134
Binary 11011010 11011100 11111010 1101 1100 0 10 11101100 1001100 1011100

Color Harmonies of #DADCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCFA

Black with #DADCFA

Text Example


Text Example

White with #DADCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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