#CFBFD1

Color #CFBFD1 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #CFBFD1

Tints of Thistle #CFBFD1

Color information

#CFBFD1 (or 0xCFBFD1) is unknown color: approx Thistle. HEX triplet: CF, BF and D1. RGB value is (207,191,209). Sum of RGB (Red+Green+Blue) = 207+191+209=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFD1 is #30402E. Grayscale: #C5C5C5. Windows color (decimal): -3162159 or 13746127. OLE color: 13746127.

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

Color convert

RGB207191209-
CMYK0.010.0900.18
HSL293.33º16.36%78.43%-
HSV(B)293.33º8.61%81.96%-
XYZ55.8755.1368.02-
YUV197.84134.3134.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 209 (82.03% from 255) = 34.43%
R=34.10%
G=31.47%
B=34.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071912090.010.0900.18293.3316.3678.43
HexCFBFD119012125104e
Octal31727732111102244520116
Binary11001111101111111101000111001010010100100101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFD1; }

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

 H1.HeaderClassName
 {
   color: #CFBFD1;
 }
 .AnyTagClassName
 {
   color: #CFBFD1;
 }
</style>
background-color css

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

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

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

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

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

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