Html Css Color HEX #D5D2F9 Quartz

📋 copy color: '#D5D2F9'

red 213 ◦ green 210 ◦ blue 249

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

Shades of Quartz #D5D2F9

Tints of Quartz #D5D2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.05%

R = 31.7%
G = 31.25%
B = 37.05%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5D2F9 (or 0xD5D2F9) is known color: Quartz. HEX triplet: D5, D2 and F9. RGB value is (213,210,249). Sum of RGB (Red+Green+Blue) = 213+210+249=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5D2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D2F9 is #2A2D06. Grayscale: #D7D7D7. Windows color (decimal): -2764039 or 16372437. OLE color: 16372437.

HSL color Cylindrical-coordinate representation of color #D5D2F9: hue angle of 244.62º degrees, saturation: 0.76, 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 #D5D2F9 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 210 249 -
CMYK 0.14 0.16 0 0.02
HSL 244.62º 0.76% 0.9% -
HSV(B) 244.62º 0.16% 0.98% -
XYZ 67.59 67.08 99.01 -
YUV 215.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 213 210 249 0.14 0.16 0 0.02 244.62 0.76 0.9
Hex D5 D2 F9 E 10 0 2 F5 4C 5A
Octal 325 322 371 16 20 0 2 365 114 132
Binary 11010101 11010010 11111001 1110 10000 0 10 11110101 1001100 1011010

Color Harmonies of #D5D2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D2F9

Black with #D5D2F9

Text Example


Text Example

White with #D5D2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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