#CFBAD2

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

Shades of Thistle #CFBAD2

Tints of Thistle #CFBAD2

Color information

#CFBAD2 (or 0xCFBAD2) is unknown color: approx Thistle. HEX triplet: CF, BA and D2. RGB value is (207,186,210). Sum of RGB (Red+Green+Blue) = 207+186+210=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAD2 is #30452D. Grayscale: #C2C2C2. Windows color (decimal): -3163438 or 13810383. OLE color: 13810383.

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

Color convert

RGB207186210-
CMYK0.010.1100.18
HSL292.5º21.05%77.65%-
HSV(B)292.5º11.43%82.35%-
XYZ54.9253.0468.32-
YUV195.02136.46136.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=34.33%
G=30.85%
B=34.83%

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
Decimal2071862100.010.1100.18292.521.0577.65
HexCFBAD21B012124154e
Octal31727232211302244425116
Binary11001111101110101101001011011010010100100100101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAD2; }

 p { color: rgb(207,186,210); }

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

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

 a { background-color: rgb(207,186,210); }

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

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

 span { border-color: rgb(207,186,210); }

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