Html Css Color HEX #DADFFB Quartz

📋 copy color: '#DADFFB'

red 218 ◦ green 223 ◦ blue 251

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

Shades of Quartz #DADFFB

Tints of Quartz #DADFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.27%

R = 31.5%
G = 32.23%
B = 36.27%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DADFFB (or 0xDADFFB) is known color: Quartz. HEX triplet: DA, DF and FB. RGB value is (218,223,251). Sum of RGB (Red+Green+Blue) = 218+223+251=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #DADFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFFB is #252004. Grayscale: #E0E0E0. Windows color (decimal): -2433029 or 16506842. OLE color: 16506842.

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

Color convert

RGB 218 223 251 -
CMYK 0.13 0.11 0 0.02
HSL 230.91º 0.8% 0.92% -
HSV(B) 230.91º 0.13% 0.98% -
XYZ 72.71 74.65 101.84 -
YUV 224.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 218 223 251 0.13 0.11 0 0.02 230.91 0.8 0.92
Hex DA DF FB D B 0 2 E7 50 5C
Octal 332 337 373 15 13 0 2 347 120 134
Binary 11011010 11011111 11111011 1101 1011 0 10 11100111 1010000 1011100

Color Harmonies of #DADFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADFFB

Black with #DADFFB

Text Example


Text Example

White with #DADFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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