#CFBDD0

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

Shades of Thistle #CFBDD0

Tints of Thistle #CFBDD0

Color information

#CFBDD0 (or 0xCFBDD0) is unknown color: approx Thistle. HEX triplet: CF, BD and D0. RGB value is (207,189,208). Sum of RGB (Red+Green+Blue) = 207+189+208=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDD0 is #30422F. Grayscale: #C4C4C4. Windows color (decimal): -3162672 or 13680079. OLE color: 13680079.

HSL color Cylindrical-coordinate representation of color #CFBDD0: hue angle of 296.84º degrees, saturation: 0.17, 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 #CFBDD0 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207189208-
CMYK0.000.0900.18
HSL296.84º16.81%77.84%-
HSV(B)296.84º9.13%81.57%-
XYZ55.3154.2167.22-
YUV196.55134.46135.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=34.27%
G=31.29%
B=34.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071892080.000.0900.18296.8416.8177.84
HexCFBDD009012129114e
Octal31727532001102245121116
Binary11001111101111011101000001001010010100101001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDD0; }

 p { color: rgb(207,189,208); }

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

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

 a { background-color: rgb(207,189,208); }

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

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

 span { border-color: rgb(207,189,208); }

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