Html Css Color HEX #D5D2FB Quartz

📋 copy color: '#D5D2FB'

red 213 ◦ green 210 ◦ blue 251

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

Shades of Quartz #D5D2FB

Tints of Quartz #D5D2FB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.16%

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

R = 31.6%
G = 31.16%
B = 37.24%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5D2FB (or 0xD5D2FB) is known color: Quartz. HEX triplet: D5, D2 and FB. RGB value is (213,210,251). Sum of RGB (Red+Green+Blue) = 213+210+251=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D2FB is #2A2D04. Grayscale: #D7D7D7. Windows color (decimal): -2764037 or 16503509. OLE color: 16503509.

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

Color convert

RGB 213 210 251 -
CMYK 0.15 0.16 0 0.02
HSL 244.39º 0.84% 0.9% -
HSV(B) 244.39º 0.16% 0.98% -
XYZ 67.9 67.2 100.66 -
YUV 215.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 213 210 251 0.15 0.16 0 0.02 244.39 0.84 0.9
Hex D5 D2 FB F 10 0 2 F4 54 5A
Octal 325 322 373 17 20 0 2 364 124 132
Binary 11010101 11010010 11111011 1111 10000 0 10 11110100 1010100 1011010

Color Harmonies of #D5D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D2FB

Black with #D5D2FB

Text Example


Text Example

White with #D5D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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