#CEBDD0

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

Shades of Thistle #CEBDD0

Tints of Thistle #CEBDD0

Color information

#CEBDD0 (or 0xCEBDD0) is unknown color: approx Thistle. HEX triplet: CE, BD and D0. RGB value is (206,189,208). Sum of RGB (Red+Green+Blue) = 206+189+208=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDD0 is #31422F. Grayscale: #C4C4C4. Windows color (decimal): -3228208 or 13680078. OLE color: 13680078.

HSL color Cylindrical-coordinate representation of color #CEBDD0: hue angle of 293.68º degrees, saturation: 0.17, 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 #CEBDD0 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206189208-
CMYK0.010.0900.18
HSL293.68º16.81%77.84%-
HSV(B)293.68º9.13%81.57%-
XYZ55.0454.0767.21-
YUV196.25134.63134.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=34.16%
G=31.34%
B=34.49%

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
Decimal2061892080.010.0900.18293.6816.8177.84
HexCEBDD019012126114e
Octal31627532011102244621116
Binary11001110101111011101000011001010010100100110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDD0; }

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

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

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

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

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

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

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

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