Html Css Color HEX #DADCF1 Quartz

📋 copy color: '#DADCF1'

red 218 ◦ green 220 ◦ blue 241

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

Shades of Quartz #DADCF1

Tints of Quartz #DADCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.49%

R = 32.11%
G = 32.4%
B = 35.49%

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

#DADCF1 (or 0xDADCF1) is known color: Quartz. HEX triplet: DA, DC and F1. RGB value is (218,220,241). Sum of RGB (Red+Green+Blue) = 218+220+241=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #DADCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCF1 is #25230E. Grayscale: #DDDDDD. Windows color (decimal): -2433807 or 15850714. OLE color: 15850714.

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

Color convert

RGB 218 220 241 -
CMYK 0.10 0.09 0 0.05
HSL 234.78º 0.45% 0.9% -
HSV(B) 234.78º 0.1% 0.95% -
XYZ 70.38 72.44 93.49 -
YUV 221.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 218 220 241 0.10 0.09 0 0.05 234.78 0.45 0.9
Hex DA DC F1 A 9 0 5 EB 2D 5A
Octal 332 334 361 12 11 0 5 353 55 132
Binary 11011010 11011100 11110001 1010 1001 0 101 11101011 101101 1011010

Color Harmonies of #DADCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCF1

Black with #DADCF1

Text Example


Text Example

White with #DADCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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