Html Css Color HEX #DAD5FE Quartz

📋 copy color: '#DAD5FE'

red 218 ◦ green 213 ◦ blue 254

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

Shades of Quartz #DAD5FE

Tints of Quartz #DAD5FE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.09%

 BLUE value IS 254 (99.61% from 255) = 37.08%

R = 31.82%
G = 31.09%
B = 37.08%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAD5FE (or 0xDAD5FE) is known color: Quartz. HEX triplet: DA, D5 and FE. RGB value is (218,213,254). Sum of RGB (Red+Green+Blue) = 218+213+254=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAD5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD5FE is #252A01. Grayscale: #DBDBDB. Windows color (decimal): -2435586 or 16700890. OLE color: 16700890.

HSL color Cylindrical-coordinate representation of color #DAD5FE: hue angle of 247.32º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAD5FE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 213 254 -
CMYK 0.14 0.16 0 0.00
HSL 247.32º 0.95% 0.92% -
HSV(B) 247.32º 0.16% 1% -
XYZ 70.6 69.65 103.49 -
YUV 219.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 218 213 254 0.14 0.16 0 0.00 247.32 0.95 0.92
Hex DA D5 FE E 10 0 0 F7 5F 5C
Octal 332 325 376 16 20 0 0 367 137 134
Binary 11011010 11010101 11111110 1110 10000 0 0 11110111 1011111 1011100

Color Harmonies of #DAD5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD5FE

Black with #DAD5FE

Text Example


Text Example

White with #DAD5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD5FE; }

 p { color: rgb(218,213,254); }

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

background-color css

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

 a { background-color: rgb(218,213,254); }

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

border-color css

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

 span { border-color: rgb(218,213,254); }

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