#CFB8CE

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

Shades of Thistle #CFB8CE

Tints of Thistle #CFB8CE

Color information

#CFB8CE (or 0xCFB8CE) is unknown color: approx Thistle. HEX triplet: CF, B8 and CE. RGB value is (207,184,206). Sum of RGB (Red+Green+Blue) = 207+184+206=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8CE is #304731. Grayscale: #C1C1C1. Windows color (decimal): -3163954 or 13547727. OLE color: 13547727.

HSL color Cylindrical-coordinate representation of color #CFB8CE: hue angle of 302.61º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB8CE is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207184206-
CMYK00.110.000.19
HSL302.61º19.33%76.67%-
HSV(B)302.61º11.11%81.18%-
XYZ54.015265.58-
YUV193.39135.12137.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 184 (72.27% from 255) = 30.82%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=34.67%
G=30.82%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718420600.110.000.19302.6119.3376.67
HexCFB8CE0B01312f134d
Octal31727031601302345723115
Binary11001111101110001100111001011010011100101111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB8CE; }

 p { color: rgb(207,184,206); }

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

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

 a { background-color: rgb(207,184,206); }

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

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

 span { border-color: rgb(207,184,206); }

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