#CFBECC

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

Shades of Thistle #CFBECC

Tints of Thistle #CFBECC

Color information

#CFBECC (or 0xCFBECC) is unknown color: approx Thistle. HEX triplet: CF, BE and CC. RGB value is (207,190,204). Sum of RGB (Red+Green+Blue) = 207+190+204=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBECC is #304133. Grayscale: #C4C4C4. Windows color (decimal): -3162420 or 13418191. OLE color: 13418191.

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

Color convert

RGB207190204-
CMYK00.080.010.19
HSL310.59º15.04%77.84%-
HSV(B)310.59º8.21%81.18%-
XYZ55.0454.4564.74-
YUV196.68132.13135.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=34.44%
G=31.61%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719020400.080.010.19310.5915.0477.84
HexCFBECC08113137f4e
Octal31727631401012346717116
Binary1100111110111110110011000100011001110011011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBECC; }

 p { color: rgb(207,190,204); }

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

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

 a { background-color: rgb(207,190,204); }

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

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

 span { border-color: rgb(207,190,204); }

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