Html Css Color HEX #CFB5D1 Thistle

📋 copy color: '#CFB5D1'

red 207 ◦ green 181 ◦ blue 209

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

Shades of Thistle #CFB5D1

Tints of Thistle #CFB5D1

RGB

 RED value IS 207 (81.25% from 255) = 34.67%

 GREEN value IS 181 (71.09% from 255) = 30.32%

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

R = 34.67%
G = 30.32%
B = 35.01%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFB5D1 (or 0xCFB5D1) is known color: Thistle. HEX triplet: CF, B5 and D1. RGB value is (207,181,209). Sum of RGB (Red+Green+Blue) = 207+181+209=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFB5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5D1 is #304A2E. Grayscale: #BFBFBF. Windows color (decimal): -3164719 or 13743567. OLE color: 13743567.

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

Color convert

RGB 207 181 209 -
CMYK 0.01 0.13 0 0.18
HSL 295.71º 0.23% 0.76% -
HSV(B) 295.71º 0.13% 0.82% -
XYZ 53.76 50.92 67.32 -
YUV 191.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 207 181 209 0.01 0.13 0 0.18 295.71 0.23 0.76
Hex CF B5 D1 1 D 0 12 128 17 4C
Octal 317 265 321 1 15 0 22 450 27 114
Binary 11001111 10110101 11010001 1 1101 0 10010 100101000 10111 1001100

Color Harmonies of #CFB5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5D1

Black with #CFB5D1

Text Example


Text Example

White with #CFB5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5D1; }

 p { color: rgb(207,181,209); }

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

background-color css

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

 a { background-color: rgb(207,181,209); }

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

border-color css

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

 span { border-color: rgb(207,181,209); }

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