#CDBECC

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

Shades of Thistle #CDBECC

Tints of Thistle #CDBECC

Color information

#CDBECC (or 0xCDBECC) is unknown color: approx Thistle. HEX triplet: CD, BE and CC. RGB value is (205,190,204). Sum of RGB (Red+Green+Blue) = 205+190+204=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBECC is #324133. Grayscale: #C4C4C4. Windows color (decimal): -3293492 or 13418189. OLE color: 13418189.

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

Color convert

RGB205190204-
CMYK00.070.000.20
HSL304º13.04%77.45%-
HSV(B)304º7.32%80.39%-
XYZ54.4954.1764.71-
YUV196.08132.47134.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 190 (74.61% from 255) = 31.72%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=34.22%
G=31.72%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519020400.070.000.2030413.0477.45
HexCDBECC07014130d4d
Octal3152763140702446015115
Binary110011011011111011001100011101010010011000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBECC; }

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

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

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

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

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

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

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

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