Html Css Color HEX #D5D8FB Quartz

📋 copy color: '#D5D8FB'

red 213 ◦ green 216 ◦ blue 251

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

Shades of Quartz #D5D8FB

Tints of Quartz #D5D8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.91%

R = 31.32%
G = 31.76%
B = 36.91%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5D8FB (or 0xD5D8FB) is known color: Quartz. HEX triplet: D5, D8 and FB. RGB value is (213,216,251). Sum of RGB (Red+Green+Blue) = 213+216+251=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5D8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D8FB is #2A2704. Grayscale: #DADADA. Windows color (decimal): -2762501 or 16505045. OLE color: 16505045.

HSL color Cylindrical-coordinate representation of color #D5D8FB: hue angle of 235.26º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5D8FB is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 216 251 -
CMYK 0.15 0.14 0 0.02
HSL 235.26º 0.83% 0.91% -
HSV(B) 235.26º 0.15% 0.98% -
XYZ 69.41 70.22 101.16 -
YUV 219.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 213 216 251 0.15 0.14 0 0.02 235.26 0.83 0.91
Hex D5 D8 FB F E 0 2 EB 53 5B
Octal 325 330 373 17 16 0 2 353 123 133
Binary 11010101 11011000 11111011 1111 1110 0 10 11101011 1010011 1011011

Color Harmonies of #D5D8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D8FB

Black with #D5D8FB

Text Example


Text Example

White with #D5D8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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