Html Css Color HEX #DAD8E8 Quartz

📋 copy color: '#DAD8E8'

red 218 ◦ green 216 ◦ blue 232

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

Shades of Quartz #DAD8E8

Tints of Quartz #DAD8E8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.43%

 BLUE value IS 232 (91.02% from 255) = 34.83%

R = 32.73%
G = 32.43%
B = 34.83%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DAD8E8 (or 0xDAD8E8) is known color: Quartz. HEX triplet: DA, D8 and E8. RGB value is (218,216,232). Sum of RGB (Red+Green+Blue) = 218+216+232=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAD8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8E8 is #252717. Grayscale: #DADADA. Windows color (decimal): -2434840 or 15259866. OLE color: 15259866.

HSL color Cylindrical-coordinate representation of color #DAD8E8: hue angle of 247.5º degrees, saturation: 0.26, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAD8E8 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 216 232 -
CMYK 0.06 0.07 0 0.09
HSL 247.5º 0.26% 0.88% -
HSV(B) 247.5º 0.07% 0.91% -
XYZ 68.03 69.84 86.24 -
YUV 218.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 218 216 232 0.06 0.07 0 0.09 247.5 0.26 0.88
Hex DA D8 E8 6 7 0 9 F8 1A 58
Octal 332 330 350 6 7 0 11 370 32 130
Binary 11011010 11011000 11101000 110 111 0 1001 11111000 11010 1011000

Color Harmonies of #DAD8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD8E8

Black with #DAD8E8

Text Example


Text Example

White with #DAD8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD8E8; }

 p { color: rgb(218,216,232); }

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

background-color css

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

 a { background-color: rgb(218,216,232); }

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

border-color css

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

 span { border-color: rgb(218,216,232); }

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