Html Css Color HEX #CFB3D1 Thistle

📋 copy color: '#CFB3D1'

red 207 ◦ green 179 ◦ blue 209

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

Shades of Thistle #CFB3D1

Tints of Thistle #CFB3D1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.08%

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

R = 34.79%
G = 30.08%
B = 35.13%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFB3D1 (or 0xCFB3D1) is known color: Thistle. HEX triplet: CF, B3 and D1. RGB value is (207,179,209). Sum of RGB (Red+Green+Blue) = 207+179+209=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFB3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3D1 is #304C2E. Grayscale: #BEBEBE. Windows color (decimal): -3165231 or 13743055. OLE color: 13743055.

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

Color convert

RGB 207 179 209 -
CMYK 0.01 0.14 0 0.18
HSL 296º 0.25% 0.76% -
HSV(B) 296º 0.14% 0.82% -
XYZ 53.36 50.11 67.18 -
YUV 190.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 207 179 209 0.01 0.14 0 0.18 296 0.25 0.76
Hex CF B3 D1 1 E 0 12 128 19 4C
Octal 317 263 321 1 16 0 22 450 31 114
Binary 11001111 10110011 11010001 1 1110 0 10010 100101000 11001 1001100

Color Harmonies of #CFB3D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB3D1

Black with #CFB3D1

Text Example


Text Example

White with #CFB3D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB3D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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