Html Css Color HEX #D2D5EB Quartz

📋 copy color: '#D2D5EB'

red 210 ◦ green 213 ◦ blue 235

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

Shades of Quartz #D2D5EB

Tints of Quartz #D2D5EB

RGB

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

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

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

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

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D2D5EB (or 0xD2D5EB) is known color: Quartz. HEX triplet: D2, D5 and EB. RGB value is (210,213,235). Sum of RGB (Red+Green+Blue) = 210+213+235=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 213 (83.59% from 255 or 32.37% 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 #D2D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D5EB is #2D2A14. Grayscale: #D6D6D6. Windows color (decimal): -2959893 or 15455698. OLE color: 15455698.

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

Color convert

RGB 210 213 235 -
CMYK 0.11 0.09 0 0.08
HSL 232.8º 0.38% 0.87% -
HSV(B) 232.8º 0.11% 0.92% -
XYZ 65.37 67.29 88.14 -
YUV 214.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 210 213 235 0.11 0.09 0 0.08 232.8 0.38 0.87
Hex D2 D5 EB B 9 0 8 E9 26 57
Octal 322 325 353 13 11 0 10 351 46 127
Binary 11010010 11010101 11101011 1011 1001 0 1000 11101001 100110 1010111

Color Harmonies of #D2D5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D5EB

Black with #D2D5EB

Text Example


Text Example

White with #D2D5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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