Html Css Color HEX #D5D0EB Quartz

📋 copy color: '#D5D0EB'

red 213 ◦ green 208 ◦ blue 235

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

Shades of Quartz #D5D0EB

Tints of Quartz #D5D0EB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.71%

 BLUE value IS 235 (92.19% from 255) = 35.82%

R = 32.47%
G = 31.71%
B = 35.82%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5D0EB (or 0xD5D0EB) is known color: Quartz. HEX triplet: D5, D0 and EB. RGB value is (213,208,235). Sum of RGB (Red+Green+Blue) = 213+208+235=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D0EB is #2A2F14. Grayscale: #D4D4D4. Windows color (decimal): -2764565 or 15454421. OLE color: 15454421.

HSL color Cylindrical-coordinate representation of color #D5D0EB: hue angle of 251.11º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5D0EB is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 208 235 -
CMYK 0.09 0.11 0 0.08
HSL 251.11º 0.4% 0.87% -
HSV(B) 251.11º 0.11% 0.92% -
XYZ 64.99 65.26 87.77 -
YUV 212.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 213 208 235 0.09 0.11 0 0.08 251.11 0.4 0.87
Hex D5 D0 EB 9 B 0 8 FB 28 57
Octal 325 320 353 11 13 0 10 373 50 127
Binary 11010101 11010000 11101011 1001 1011 0 1000 11111011 101000 1010111

Color Harmonies of #D5D0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D0EB

Black with #D5D0EB

Text Example


Text Example

White with #D5D0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D0EB; }

 p { color: rgb(213,208,235); }

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

background-color css

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

 a { background-color: rgb(213,208,235); }

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

border-color css

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

 span { border-color: rgb(213,208,235); }

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