Html Css Color HEX #DADCF2 Quartz

📋 copy color: '#DADCF2'

red 218 ◦ green 220 ◦ blue 242

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

Shades of Quartz #DADCF2

Tints of Quartz #DADCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.35%

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

R = 32.06%
G = 32.35%
B = 35.59%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DADCF2 (or 0xDADCF2) is known color: Quartz. HEX triplet: DA, DC and F2. RGB value is (218,220,242). Sum of RGB (Red+Green+Blue) = 218+220+242=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #DADCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCF2 is #25230D. Grayscale: #DDDDDD. Windows color (decimal): -2433806 or 15916250. OLE color: 15916250.

HSL color Cylindrical-coordinate representation of color #DADCF2: hue angle of 235º 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 #DADCF2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 220 242 -
CMYK 0.10 0.09 0 0.05
HSL 235º 0.48% 0.9% -
HSV(B) 235º 0.1% 0.95% -
XYZ 70.53 72.5 94.28 -
YUV 221.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 218 220 242 0.10 0.09 0 0.05 235 0.48 0.9
Hex DA DC F2 A 9 0 5 EB 30 5A
Octal 332 334 362 12 11 0 5 353 60 132
Binary 11011010 11011100 11110010 1010 1001 0 101 11101011 110000 1011010

Color Harmonies of #DADCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCF2

Black with #DADCF2

Text Example


Text Example

White with #DADCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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