Html Css Color HEX #D2BDCF Thistle

📋 copy color: '#D2BDCF'

red 210 ◦ green 189 ◦ blue 207

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

Shades of Thistle #D2BDCF

Tints of Thistle #D2BDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.19%

 BLUE value IS 207 (81.25% from 255) = 34.16%

R = 34.65%
G = 31.19%
B = 34.16%

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

#D2BDCF (or 0xD2BDCF) is known color: Thistle. HEX triplet: D2, BD and CF. RGB value is (210,189,207). Sum of RGB (Red+Green+Blue) = 210+189+207=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDCF is #2D4230. Grayscale: #C5C5C5. Windows color (decimal): -2966065 or 13614546. OLE color: 13614546.

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

Color convert

RGB 210 189 207 -
CMYK 0 0.10 0.01 0.18
HSL 308.57º 0.19% 0.78% -
HSV(B) 308.57º 0.1% 0.82% -
XYZ 56.04 54.6 66.62 -
YUV 197.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 210 189 207 0 0.10 0.01 0.18 308.57 0.19 0.78
Hex D2 BD CF 0 A 1 12 135 13 4E
Octal 322 275 317 0 12 1 22 465 23 116
Binary 11010010 10111101 11001111 0 1010 1 10010 100110101 10011 1001110

Color Harmonies of #D2BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BDCF

Black with #D2BDCF

Text Example


Text Example

White with #D2BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BDCF; }

 p { color: rgb(210,189,207); }

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

background-color css

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

 a { background-color: rgb(210,189,207); }

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

border-color css

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

 span { border-color: rgb(210,189,207); }

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