Html Css Color HEX #D5D2EB Quartz

📋 copy color: '#D5D2EB'

red 213 ◦ green 210 ◦ blue 235

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

Shades of Quartz #D5D2EB

Tints of Quartz #D5D2EB

RGB

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

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

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

R = 32.37%
G = 31.91%
B = 35.71%

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

#D5D2EB (or 0xD5D2EB) is known color: Quartz. HEX triplet: D5, D2 and EB. RGB value is (213,210,235). Sum of RGB (Red+Green+Blue) = 213+210+235=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5D2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D2EB is #2A2D14. Grayscale: #D5D5D5. Windows color (decimal): -2764053 or 15454933. OLE color: 15454933.

HSL color Cylindrical-coordinate representation of color #D5D2EB: hue angle of 247.2º degrees, saturation: 0.38, 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 #D5D2EB is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 210 235 -
CMYK 0.09 0.11 0 0.08
HSL 247.2º 0.38% 0.87% -
HSV(B) 247.2º 0.11% 0.92% -
XYZ 65.48 66.24 87.93 -
YUV 213.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 213 210 235 0.09 0.11 0 0.08 247.2 0.38 0.87
Hex D5 D2 EB 9 B 0 8 F7 26 57
Octal 325 322 353 11 13 0 10 367 46 127
Binary 11010101 11010010 11101011 1001 1011 0 1000 11110111 100110 1010111

Color Harmonies of #D5D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D2EB

Black with #D5D2EB

Text Example


Text Example

White with #D5D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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