Html Css Color HEX #D8DAEA Quartz

📋 copy color: '#D8DAEA'

red 216 ◦ green 218 ◦ blue 234

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

Shades of Quartz #D8DAEA

Tints of Quartz #D8DAEA

RGB

 RED value IS 216 (84.77% from 255) = 32.34%

 GREEN value IS 218 (85.55% from 255) = 32.63%

 BLUE value IS 234 (91.8% from 255) = 35.03%

R = 32.34%
G = 32.63%
B = 35.03%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D8DAEA (or 0xD8DAEA) is known color: Quartz. HEX triplet: D8, DA and EA. RGB value is (216,218,234). Sum of RGB (Red+Green+Blue) = 216+218+234=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAEA is #272515. Grayscale: #DBDBDB. Windows color (decimal): -2565398 or 15391448. OLE color: 15391448.

HSL color Cylindrical-coordinate representation of color #D8DAEA: hue angle of 233.33º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8DAEA is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 218 234 -
CMYK 0.08 0.07 0 0.08
HSL 233.33º 0.3% 0.88% -
HSV(B) 233.33º 0.08% 0.92% -
XYZ 68.24 70.68 87.89 -
YUV 219.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 216 218 234 0.08 0.07 0 0.08 233.33 0.3 0.88
Hex D8 DA EA 8 7 0 8 E9 1E 58
Octal 330 332 352 10 7 0 10 351 36 130
Binary 11011000 11011010 11101010 1000 111 0 1000 11101001 11110 1011000

Color Harmonies of #D8DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DAEA

Black with #D8DAEA

Text Example


Text Example

White with #D8DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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