#CECACF

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

Shades of Thistle #CECACF

Tints of Thistle #CECACF

Color information

#CECACF (or 0xCECACF) is unknown color: approx Thistle. HEX triplet: CE, CA and CF. RGB value is (206,202,207). Sum of RGB (Red+Green+Blue) = 206+202+207=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 207 - color contains mainly: blue. Hex color #CECACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECACF is #313530. Grayscale: #CBCBCB. Windows color (decimal): -3224881 or 13617870. OLE color: 13617870.

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

Color convert

RGB206202207-
CMYK0.000.0200.19
HSL288º4.95%80.2%-
HSV(B)288º2.42%81.18%-
XYZ57.8459.8767.54-
YUV203.77129.83129.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=33.50%
G=32.85%
B=33.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062022070.000.0200.192884.9580.2
HexCECACF02013120550
Octal316312317020234405120
Binary1100111011001010110011110100100111001000001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECACF; }

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

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

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

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

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

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

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

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