#CEBED0

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

Shades of Thistle #CEBED0

Tints of Thistle #CEBED0

Color information

#CEBED0 (or 0xCEBED0) is unknown color: approx Thistle. HEX triplet: CE, BE and D0. RGB value is (206,190,208). Sum of RGB (Red+Green+Blue) = 206+190+208=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBED0 is #31412F. Grayscale: #C4C4C4. Windows color (decimal): -3227952 or 13680334. OLE color: 13680334.

HSL color Cylindrical-coordinate representation of color #CEBED0: hue angle of 293.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBED0 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206190208-
CMYK0.010.0900.18
HSL293.33º16.07%78.04%-
HSV(B)293.33º8.65%81.57%-
XYZ55.2554.567.28-
YUV196.84134.3134.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=34.11%
G=31.46%
B=34.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061902080.010.0900.18293.3316.0778.04
HexCEBED019012125104e
Octal31627632011102244520116
Binary11001110101111101101000011001010010100100101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBED0; }

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

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

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

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

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

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

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

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