Html Css Color HEX #DAD3F1 Quartz

📋 copy color: '#DAD3F1'

red 218 ◦ green 211 ◦ blue 241

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

Shades of Quartz #DAD3F1

Tints of Quartz #DAD3F1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.49%

 BLUE value IS 241 (94.53% from 255) = 35.97%

R = 32.54%
G = 31.49%
B = 35.97%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAD3F1 (or 0xDAD3F1) is known color: Quartz. HEX triplet: DA, D3 and F1. RGB value is (218,211,241). Sum of RGB (Red+Green+Blue) = 218+211+241=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAD3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3F1 is #252C0E. Grayscale: #D8D8D8. Windows color (decimal): -2436111 or 15848410. OLE color: 15848410.

HSL color Cylindrical-coordinate representation of color #DAD3F1: hue angle of 254º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD3F1 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 211 241 -
CMYK 0.10 0.12 0 0.05
HSL 254º 0.52% 0.89% -
HSV(B) 254º 0.12% 0.95% -
XYZ 68.08 67.84 92.73 -
YUV 216.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 218 211 241 0.10 0.12 0 0.05 254 0.52 0.89
Hex DA D3 F1 A C 0 5 FE 34 59
Octal 332 323 361 12 14 0 5 376 64 131
Binary 11011010 11010011 11110001 1010 1100 0 101 11111110 110100 1011001

Color Harmonies of #DAD3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD3F1

Black with #DAD3F1

Text Example


Text Example

White with #DAD3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD3F1; }

 p { color: rgb(218,211,241); }

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

background-color css

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

 a { background-color: rgb(218,211,241); }

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

border-color css

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

 span { border-color: rgb(218,211,241); }

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