Html Css Color HEX #D2BED0 Thistle

📋 copy color: '#D2BED0'

red 210 ◦ green 190 ◦ blue 208

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

Shades of Thistle #D2BED0

Tints of Thistle #D2BED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.21%

R = 34.54%
G = 31.25%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D2BED0 (or 0xD2BED0) is known color: Thistle. HEX triplet: D2, BE and D0. RGB value is (210,190,208). Sum of RGB (Red+Green+Blue) = 210+190+208=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BED0 is #2D412F. Grayscale: #C5C5C5. Windows color (decimal): -2965808 or 13680338. OLE color: 13680338.

HSL color Cylindrical-coordinate representation of color #D2BED0: hue angle of 306º 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 #D2BED0 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 190 208 -
CMYK 0 0.10 0.01 0.18
HSL 306º 0.18% 0.78% -
HSV(B) 306º 0.1% 0.82% -
XYZ 56.38 55.08 67.34 -
YUV 198.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 210 190 208 0 0.10 0.01 0.18 306 0.18 0.78
Hex D2 BE D0 0 A 1 12 132 12 4E
Octal 322 276 320 0 12 1 22 462 22 116
Binary 11010010 10111110 11010000 0 1010 1 10010 100110010 10010 1001110

Color Harmonies of #D2BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BED0

Black with #D2BED0

Text Example


Text Example

White with #D2BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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