Html Css Color HEX #D5D7FE Quartz

📋 copy color: '#D5D7FE'

red 213 ◦ green 215 ◦ blue 254

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

Shades of Quartz #D5D7FE

Tints of Quartz #D5D7FE

RGB

 RED value IS 213 (83.59% from 255) = 31.23%

 GREEN value IS 215 (84.38% from 255) = 31.52%

 BLUE value IS 254 (99.61% from 255) = 37.24%

R = 31.23%
G = 31.52%
B = 37.24%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D5D7FE (or 0xD5D7FE) is known color: Quartz. HEX triplet: D5, D7 and FE. RGB value is (213,215,254). Sum of RGB (Red+Green+Blue) = 213+215+254=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D7FE is #2A2801. Grayscale: #DADADA. Windows color (decimal): -2762754 or 16701397. OLE color: 16701397.

HSL color Cylindrical-coordinate representation of color #D5D7FE: hue angle of 237.07º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5D7FE is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 215 254 -
CMYK 0.16 0.15 0 0.00
HSL 237.07º 0.95% 0.92% -
HSV(B) 237.07º 0.16% 1% -
XYZ 69.63 69.9 103.59 -
YUV 218.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 213 215 254 0.16 0.15 0 0.00 237.07 0.95 0.92
Hex D5 D7 FE 10 F 0 0 ED 5F 5C
Octal 325 327 376 20 17 0 0 355 137 134
Binary 11010101 11010111 11111110 10000 1111 0 0 11101101 1011111 1011100

Color Harmonies of #D5D7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D7FE

Black with #D5D7FE

Text Example


Text Example

White with #D5D7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D7FE; }

 p { color: rgb(213,215,254); }

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

background-color css

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

 a { background-color: rgb(213,215,254); }

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

border-color css

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

 span { border-color: rgb(213,215,254); }

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