Html Css Color HEX #D5D2EE Quartz

📋 copy color: '#D5D2EE'

red 213 ◦ green 210 ◦ blue 238

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

Shades of Quartz #D5D2EE

Tints of Quartz #D5D2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.01%

R = 32.22%
G = 31.77%
B = 36.01%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5D2EE (or 0xD5D2EE) is known color: Quartz. HEX triplet: D5, D2 and EE. RGB value is (213,210,238). Sum of RGB (Red+Green+Blue) = 213+210+238=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D2EE is #2A2D11. Grayscale: #D5D5D5. Windows color (decimal): -2764050 or 15651541. OLE color: 15651541.

HSL color Cylindrical-coordinate representation of color #D5D2EE: hue angle of 246.43º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5D2EE is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 210 238 -
CMYK 0.11 0.12 0 0.07
HSL 246.43º 0.45% 0.88% -
HSV(B) 246.43º 0.12% 0.93% -
XYZ 65.92 66.41 90.23 -
YUV 214.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 213 210 238 0.11 0.12 0 0.07 246.43 0.45 0.88
Hex D5 D2 EE B C 0 7 F6 2D 58
Octal 325 322 356 13 14 0 7 366 55 130
Binary 11010101 11010010 11101110 1011 1100 0 111 11110110 101101 1011000

Color Harmonies of #D5D2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D2EE

Black with #D5D2EE

Text Example


Text Example

White with #D5D2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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