Html Css Color HEX #D7DAED Quartz

📋 copy color: '#D7DAED'

red 215 ◦ green 218 ◦ blue 237

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

Shades of Quartz #D7DAED

Tints of Quartz #D7DAED

RGB

 RED value IS 215 (84.38% from 255) = 32.09%

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

 BLUE value IS 237 (92.97% from 255) = 35.37%

R = 32.09%
G = 32.54%
B = 35.37%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D7DAED (or 0xD7DAED) is known color: Quartz. HEX triplet: D7, DA and ED. RGB value is (215,218,237). Sum of RGB (Red+Green+Blue) = 215+218+237=670 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.09% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAED is #282512. Grayscale: #DBDBDB. Windows color (decimal): -2630931 or 15588055. OLE color: 15588055.

HSL color Cylindrical-coordinate representation of color #D7DAED: hue angle of 231.82º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7DAED is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 218 237 -
CMYK 0.09 0.08 0 0.07
HSL 231.82º 0.38% 0.89% -
HSV(B) 231.82º 0.09% 0.93% -
XYZ 68.38 70.7 90.16 -
YUV 219.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 215 218 237 0.09 0.08 0 0.07 231.82 0.38 0.89
Hex D7 DA ED 9 8 0 7 E8 26 59
Octal 327 332 355 11 10 0 7 350 46 131
Binary 11010111 11011010 11101101 1001 1000 0 111 11101000 100110 1011001

Color Harmonies of #D7DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DAED

Black with #D7DAED

Text Example


Text Example

White with #D7DAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DAED; }

 p { color: rgb(215,218,237); }

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

background-color css

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

 a { background-color: rgb(215,218,237); }

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

border-color css

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

 span { border-color: rgb(215,218,237); }

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