#CEBECD

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

Shades of Thistle #CEBECD

Tints of Thistle #CEBECD

Color information

#CEBECD (or 0xCEBECD) is unknown color: approx Thistle. HEX triplet: CE, BE and CD. RGB value is (206,190,205). Sum of RGB (Red+Green+Blue) = 206+190+205=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBECD is #314132. Grayscale: #C4C4C4. Windows color (decimal): -3227955 or 13483726. OLE color: 13483726.

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

Color convert

RGB206190205-
CMYK00.080.000.19
HSL303.75º14.04%77.65%-
HSV(B)303.75º7.77%80.78%-
XYZ54.8954.3665.36-
YUV196.49132.8134.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=34.28%
G=31.61%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619020500.080.000.19303.7514.0477.65
HexCEBECD08013130e4e
Octal31627631501002346016116
Binary1100111010111110110011010100001001110011000011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBECD; }

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

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

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

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

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

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

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

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