Html Css Color HEX #DADCF8 Quartz

📋 copy color: '#DADCF8'

red 218 ◦ green 220 ◦ blue 248

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

Shades of Quartz #DADCF8

Tints of Quartz #DADCF8

RGB

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

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

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

R = 31.78%
G = 32.07%
B = 36.15%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DADCF8 (or 0xDADCF8) is known color: Quartz. HEX triplet: DA, DC and F8. RGB value is (218,220,248). Sum of RGB (Red+Green+Blue) = 218+220+248=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 248 - color contains mainly: blue. Hex color #DADCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCF8 is #252307. Grayscale: #DEDEDE. Windows color (decimal): -2433800 or 16309466. OLE color: 16309466.

HSL color Cylindrical-coordinate representation of color #DADCF8: hue angle of 236º 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 #DADCF8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 220 248 -
CMYK 0.12 0.11 0 0.03
HSL 236º 0.68% 0.91% -
HSV(B) 236º 0.12% 0.97% -
XYZ 71.45 72.87 99.11 -
YUV 222.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 218 220 248 0.12 0.11 0 0.03 236 0.68 0.91
Hex DA DC F8 C B 0 3 EC 44 5B
Octal 332 334 370 14 13 0 3 354 104 133
Binary 11011010 11011100 11111000 1100 1011 0 11 11101100 1000100 1011011

Color Harmonies of #DADCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCF8

Black with #DADCF8

Text Example


Text Example

White with #DADCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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