Html Css Color HEX #DADFF8 Quartz

📋 copy color: '#DADFF8'

red 218 ◦ green 223 ◦ blue 248

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

Shades of Quartz #DADFF8

Tints of Quartz #DADFF8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.37%

 BLUE value IS 248 (97.27% from 255) = 35.99%

R = 31.64%
G = 32.37%
B = 35.99%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DADFF8 (or 0xDADFF8) is known color: Quartz. HEX triplet: DA, DF and F8. RGB value is (218,223,248). Sum of RGB (Red+Green+Blue) = 218+223+248=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 248 - color contains mainly: blue. Hex color #DADFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFF8 is #252007. Grayscale: #E0E0E0. Windows color (decimal): -2433032 or 16310234. OLE color: 16310234.

HSL color Cylindrical-coordinate representation of color #DADFF8: hue angle of 230º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADFF8 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 223 248 -
CMYK 0.12 0.10 0 0.03
HSL 230º 0.68% 0.91% -
HSV(B) 230º 0.12% 0.97% -
XYZ 72.24 74.46 99.37 -
YUV 224.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 218 223 248 0.12 0.10 0 0.03 230 0.68 0.91
Hex DA DF F8 C A 0 3 E6 44 5B
Octal 332 337 370 14 12 0 3 346 104 133
Binary 11011010 11011111 11111000 1100 1010 0 11 11100110 1000100 1011011

Color Harmonies of #DADFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADFF8

Black with #DADFF8

Text Example


Text Example

White with #DADFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADFF8; }

 p { color: rgb(218,223,248); }

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

background-color css

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

 a { background-color: rgb(218,223,248); }

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

border-color css

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

 span { border-color: rgb(218,223,248); }

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