Html Css Color HEX #D2BED1 Thistle

📋 copy color: '#D2BED1'

red 210 ◦ green 190 ◦ blue 209

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

Shades of Thistle #D2BED1

Tints of Thistle #D2BED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.2%

 BLUE value IS 209 (82.03% from 255) = 34.32%

R = 34.48%
G = 31.2%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D2BED1 (or 0xD2BED1) is known color: Thistle. HEX triplet: D2, BE and D1. RGB value is (210,190,209). Sum of RGB (Red+Green+Blue) = 210+190+209=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BED1 is #2D412E. Grayscale: #C6C6C6. Windows color (decimal): -2965807 or 13745874. OLE color: 13745874.

HSL color Cylindrical-coordinate representation of color #D2BED1: hue angle of 303º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BED1 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 190 209 -
CMYK 0 0.10 0.00 0.18
HSL 303º 0.18% 0.78% -
HSV(B) 303º 0.1% 0.82% -
XYZ 56.5 55.13 67.99 -
YUV 198.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 210 190 209 0 0.10 0.00 0.18 303 0.18 0.78
Hex D2 BE D1 0 A 0 12 12F 12 4E
Octal 322 276 321 0 12 0 22 457 22 116
Binary 11010010 10111110 11010001 0 1010 0 10010 100101111 10010 1001110

Color Harmonies of #D2BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BED1

Black with #D2BED1

Text Example


Text Example

White with #D2BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BED1; }

 p { color: rgb(210,190,209); }

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

background-color css

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

 a { background-color: rgb(210,190,209); }

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

border-color css

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

 span { border-color: rgb(210,190,209); }

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