#CEBECC

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

Shades of Thistle #CEBECC

Tints of Thistle #CEBECC

Color information

#CEBECC (or 0xCEBECC) is unknown color: approx Thistle. HEX triplet: CE, BE and CC. RGB value is (206,190,204). Sum of RGB (Red+Green+Blue) = 206+190+204=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBECC is #314133. Grayscale: #C4C4C4. Windows color (decimal): -3227956 or 13418190. OLE color: 13418190.

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

Color convert

RGB206190204-
CMYK00.080.010.19
HSL307.5º14.04%77.65%-
HSV(B)307.5º7.77%80.78%-
XYZ54.7754.3164.72-
YUV196.38132.3134.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 190 (74.61% from 255) = 31.67%
BLUE value IS 204 (80.08% from 255) = 34%
R=34.33%
G=31.67%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619020400.080.010.19307.514.0477.65
HexCEBECC08113134e4e
Octal31627631401012346416116
Binary1100111010111110110011000100011001110011010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBECC; }

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

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

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

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

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

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

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

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