Html Css Color HEX #D5D8FE Quartz

📋 copy color: '#D5D8FE'

red 213 ◦ green 216 ◦ blue 254

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

Shades of Quartz #D5D8FE

Tints of Quartz #D5D8FE

RGB

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

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

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

R = 31.19%
G = 31.63%
B = 37.19%

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

#D5D8FE (or 0xD5D8FE) is known color: Quartz. HEX triplet: D5, D8 and FE. RGB value is (213,216,254). Sum of RGB (Red+Green+Blue) = 213+216+254=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5D8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D8FE is #2A2701. Grayscale: #DBDBDB. Windows color (decimal): -2762498 or 16701653. OLE color: 16701653.

HSL color Cylindrical-coordinate representation of color #D5D8FE: hue angle of 235.61º 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 #D5D8FE is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 216 254 -
CMYK 0.16 0.15 0 0.00
HSL 235.61º 0.95% 0.92% -
HSV(B) 235.61º 0.16% 1% -
XYZ 69.89 70.41 103.67 -
YUV 219.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 213 216 254 0.16 0.15 0 0.00 235.61 0.95 0.92
Hex D5 D8 FE 10 F 0 0 EC 5F 5C
Octal 325 330 376 20 17 0 0 354 137 134
Binary 11010101 11011000 11111110 10000 1111 0 0 11101100 1011111 1011100

Color Harmonies of #D5D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D8FE

Black with #D5D8FE

Text Example


Text Example

White with #D5D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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