Html Css Color HEX #D2BAD0 Thistle

📋 copy color: '#D2BAD0'

red 210 ◦ green 186 ◦ blue 208

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

Shades of Thistle #D2BAD0

Tints of Thistle #D2BAD0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.79%

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

R = 34.77%
G = 30.79%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D2BAD0 (or 0xD2BAD0) is known color: Thistle. HEX triplet: D2, BA and D0. RGB value is (210,186,208). Sum of RGB (Red+Green+Blue) = 210+186+208=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAD0 is #2D452F. Grayscale: #C3C3C3. Windows color (decimal): -2966832 or 13679314. OLE color: 13679314.

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

Color convert

RGB 210 186 208 -
CMYK 0 0.11 0.01 0.18
HSL 305º 0.21% 0.78% -
HSV(B) 305º 0.11% 0.82% -
XYZ 55.52 53.37 67.05 -
YUV 195.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 210 186 208 0 0.11 0.01 0.18 305 0.21 0.78
Hex D2 BA D0 0 B 1 12 131 15 4E
Octal 322 272 320 0 13 1 22 461 25 116
Binary 11010010 10111010 11010000 0 1011 1 10010 100110001 10101 1001110

Color Harmonies of #D2BAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BAD0

Black with #D2BAD0

Text Example


Text Example

White with #D2BAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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