#CEBFD0

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

Shades of Thistle #CEBFD0

Tints of Thistle #CEBFD0

Color information

#CEBFD0 (or 0xCEBFD0) is unknown color: approx Thistle. HEX triplet: CE, BF and D0. RGB value is (206,191,208). Sum of RGB (Red+Green+Blue) = 206+191+208=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFD0 is #31402F. Grayscale: #C5C5C5. Windows color (decimal): -3227696 or 13680590. OLE color: 13680590.

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

Color convert

RGB206191208-
CMYK0.010.0800.18
HSL292.94º15.32%78.24%-
HSV(B)292.94º8.17%81.57%-
XYZ55.4754.9467.35-
YUV197.42133.97134.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=34.05%
G=31.57%
B=34.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061912080.010.0800.18292.9415.3278.24
HexCEBFD018012125f4e
Octal31627732011002244517116
Binary1100111010111111110100001100001001010010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFD0; }

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

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

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

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

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

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

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

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