Html Css Color HEX #DADBF2 Quartz

📋 copy color: '#DADBF2'

red 218 ◦ green 219 ◦ blue 242

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

Shades of Quartz #DADBF2

Tints of Quartz #DADBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.25%

 BLUE value IS 242 (94.92% from 255) = 35.64%

R = 32.11%
G = 32.25%
B = 35.64%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DADBF2 (or 0xDADBF2) is known color: Quartz. HEX triplet: DA, DB and F2. RGB value is (218,219,242). Sum of RGB (Red+Green+Blue) = 218+219+242=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #DADBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBF2 is #25240D. Grayscale: #DDDDDD. Windows color (decimal): -2434062 or 15915994. OLE color: 15915994.

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

Color convert

RGB 218 219 242 -
CMYK 0.10 0.10 0 0.05
HSL 237.5º 0.48% 0.9% -
HSV(B) 237.5º 0.1% 0.95% -
XYZ 70.27 71.98 94.19 -
YUV 221.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 218 219 242 0.10 0.10 0 0.05 237.5 0.48 0.9
Hex DA DB F2 A A 0 5 EE 30 5A
Octal 332 333 362 12 12 0 5 356 60 132
Binary 11011010 11011011 11110010 1010 1010 0 101 11101110 110000 1011010

Color Harmonies of #DADBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBF2

Black with #DADBF2

Text Example


Text Example

White with #DADBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBF2; }

 p { color: rgb(218,219,242); }

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

background-color css

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

 a { background-color: rgb(218,219,242); }

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

border-color css

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

 span { border-color: rgb(218,219,242); }

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