#CDBFCE

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

Shades of Thistle #CDBFCE

Tints of Thistle #CDBFCE

Color information

#CDBFCE (or 0xCDBFCE) is unknown color: approx Thistle. HEX triplet: CD, BF and CE. RGB value is (205,191,206). Sum of RGB (Red+Green+Blue) = 205+191+206=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBFCE is #324031. Grayscale: #C4C4C4. Windows color (decimal): -3293234 or 13549517. OLE color: 13549517.

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

Color convert

RGB205191206-
CMYK0.000.0700.19
HSL296º13.27%77.84%-
HSV(B)296º7.28%80.78%-
XYZ54.9554.766.05-
YUV196.9133.14133.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=34.05%
G=31.73%
B=34.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051912060.000.0700.1929613.2777.84
HexCDBFCE07013128d4e
Octal3152773160702345015116
Binary110011011011111111001110011101001110010100011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBFCE; }

 p { color: rgb(205,191,206); }

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

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

 a { background-color: rgb(205,191,206); }

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

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

 span { border-color: rgb(205,191,206); }

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