#CEBDCF

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

Shades of Thistle #CEBDCF

Tints of Thistle #CEBDCF

Color information

#CEBDCF (or 0xCEBDCF) is unknown color: approx Thistle. HEX triplet: CE, BD and CF. RGB value is (206,189,207). Sum of RGB (Red+Green+Blue) = 206+189+207=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDCF is #314230. Grayscale: #C4C4C4. Windows color (decimal): -3228209 or 13614542. OLE color: 13614542.

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

Color convert

RGB206189207-
CMYK0.000.0900.19
HSL296.67º15.79%77.65%-
HSV(B)296.67º8.7%81.18%-
XYZ54.9154.0266.56-
YUV196.14134.13135.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=34.22%
G=31.40%
B=34.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061892070.000.0900.19296.6715.7977.65
HexCEBDCF09013129104e
Octal31627531701102345120116
Binary11001110101111011100111101001010011100101001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDCF; }

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

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

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

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

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

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

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

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