Html Css Color HEX #D7DAEE Quartz

📋 copy color: '#D7DAEE'

red 215 ◦ green 218 ◦ blue 238

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

Shades of Quartz #D7DAEE

Tints of Quartz #D7DAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.47%

R = 32.04%
G = 32.49%
B = 35.47%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D7DAEE (or 0xD7DAEE) is known color: Quartz. HEX triplet: D7, DA and EE. RGB value is (215,218,238). Sum of RGB (Red+Green+Blue) = 215+218+238=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAEE is #282511. Grayscale: #DBDBDB. Windows color (decimal): -2630930 or 15653591. OLE color: 15653591.

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

Color convert

RGB 215 218 238 -
CMYK 0.10 0.08 0 0.07
HSL 232.17º 0.4% 0.89% -
HSV(B) 232.17º 0.1% 0.93% -
XYZ 68.53 70.76 90.94 -
YUV 219.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 215 218 238 0.10 0.08 0 0.07 232.17 0.4 0.89
Hex D7 DA EE A 8 0 7 E8 28 59
Octal 327 332 356 12 10 0 7 350 50 131
Binary 11010111 11011010 11101110 1010 1000 0 111 11101000 101000 1011001

Color Harmonies of #D7DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DAEE

Black with #D7DAEE

Text Example


Text Example

White with #D7DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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