Html Css Color HEX #D0B2CF Thistle

📋 copy color: '#D0B2CF'

red 208 ◦ green 178 ◦ blue 207

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

Shades of Thistle #D0B2CF

Tints of Thistle #D0B2CF

RGB

 RED value IS 208 (81.64% from 255) = 35.08%

 GREEN value IS 178 (69.92% from 255) = 30.02%

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

R = 35.08%
G = 30.02%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D0B2CF (or 0xD0B2CF) is known color: Thistle. HEX triplet: D0, B2 and CF. RGB value is (208,178,207). Sum of RGB (Red+Green+Blue) = 208+178+207=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2CF is #2F4D30. Grayscale: #BEBEBE. Windows color (decimal): -3099953 or 13611728. OLE color: 13611728.

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

Color convert

RGB 208 178 207 -
CMYK 0 0.14 0.00 0.18
HSL 302º 0.24% 0.76% -
HSV(B) 302º 0.14% 0.82% -
XYZ 53.2 49.76 65.83 -
YUV 190.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 208 178 207 0 0.14 0.00 0.18 302 0.24 0.76
Hex D0 B2 CF 0 E 0 12 12E 18 4C
Octal 320 262 317 0 16 0 22 456 30 114
Binary 11010000 10110010 11001111 0 1110 0 10010 100101110 11000 1001100

Color Harmonies of #D0B2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B2CF

Black with #D0B2CF

Text Example


Text Example

White with #D0B2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B2CF; }

 p { color: rgb(208,178,207); }

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

background-color css

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

 a { background-color: rgb(208,178,207); }

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

border-color css

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

 span { border-color: rgb(208,178,207); }

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