Html Css Color HEX #D5D6FD Quartz

📋 copy color: '#D5D6FD'

red 213 ◦ green 214 ◦ blue 253

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

Shades of Quartz #D5D6FD

Tints of Quartz #D5D6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.47%

 BLUE value IS 253 (99.22% from 255) = 37.21%

R = 31.32%
G = 31.47%
B = 37.21%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D5D6FD (or 0xD5D6FD) is known color: Quartz. HEX triplet: D5, D6 and FD. RGB value is (213,214,253). Sum of RGB (Red+Green+Blue) = 213+214+253=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5D6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D6FD is #2A2902. Grayscale: #D9D9D9. Windows color (decimal): -2763011 or 16635605. OLE color: 16635605.

HSL color Cylindrical-coordinate representation of color #D5D6FD: hue angle of 238.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5D6FD is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 214 253 -
CMYK 0.16 0.15 0 0.01
HSL 238.5º 0.91% 0.91% -
HSV(B) 238.5º 0.16% 0.99% -
XYZ 69.22 69.33 102.66 -
YUV 218.15 147.67 124.33 -
System Red Green Blue C M Y K H S L
Decimal 213 214 253 0.16 0.15 0 0.01 238.5 0.91 0.91
Hex D5 D6 FD 10 F 0 1 EE 5B 5B
Octal 325 326 375 20 17 0 1 356 133 133
Binary 11010101 11010110 11111101 10000 1111 0 1 11101110 1011011 1011011

Color Harmonies of #D5D6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D6FD

Black with #D5D6FD

Text Example


Text Example

White with #D5D6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D6FD; }

 p { color: rgb(213,214,253); }

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

background-color css

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

 a { background-color: rgb(213,214,253); }

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

border-color css

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

 span { border-color: rgb(213,214,253); }

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