#CCBECD

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

Shades of Thistle #CCBECD

Tints of Thistle #CCBECD

Color information

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

HSL color Cylindrical-coordinate representation of color #CCBECD: hue angle of 296º 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 #CCBECD is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204190205-
CMYK0.000.0700.20
HSL296º13.04%77.45%-
HSV(B)296º7.32%80.39%-
XYZ54.3354.0765.33-
YUV195.9133.14133.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 190 (74.61% from 255) = 31.72%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=34.06%
G=31.72%
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.20
SystemRedGreenBlueCMYKHSL
Decimal2041902050.000.0700.2029613.0477.45
HexCCBECD07014128d4d
Octal3142763150702445015115
Binary110011001011111011001101011101010010010100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBECD; }

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

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

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

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

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

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

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

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