#CFBBD1

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

Shades of Thistle #CFBBD1

Tints of Thistle #CFBBD1

Color information

#CFBBD1 (or 0xCFBBD1) is unknown color: approx Thistle. HEX triplet: CF, BB and D1. RGB value is (207,187,209). Sum of RGB (Red+Green+Blue) = 207+187+209=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBD1 is #30442E. Grayscale: #C3C3C3. Windows color (decimal): -3163183 or 13745103. OLE color: 13745103.

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

Color convert

RGB207187209-
CMYK0.010.1100.18
HSL294.55º19.3%77.65%-
HSV(B)294.55º10.53%81.96%-
XYZ55.0153.4167.73-
YUV195.49135.63136.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=34.33%
G=31.01%
B=34.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071872090.010.1100.18294.5519.377.65
HexCFBBD11B012127134e
Octal31727332111302244723116
Binary11001111101110111101000111011010010100100111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBD1; }

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

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

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

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

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

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

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

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