#CEBFB1

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

Shades of Stark White #CEBFB1

Tints of Stark White #CEBFB1

Color information

#CEBFB1 (or 0xCEBFB1) is unknown color: approx Stark White. HEX triplet: CE, BF and B1. RGB value is (206,191,177). Sum of RGB (Red+Green+Blue) = 206+191+177=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBFB1 is #31404E. Grayscale: #C1C1C1. Windows color (decimal): -3227727 or 11648974. OLE color: 11648974.

HSL color Cylindrical-coordinate representation of color #CEBFB1: hue angle of 28.97º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEBFB1 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB206191177-
CMYK00.070.140.19
HSL28.97º22.83%75.1%-
HSV(B)28.97º14.08%80.78%-
XYZ52.0253.5649.19-
YUV193.89118.47136.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.89%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=35.89%
G=33.28%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619117700.070.140.1928.9722.8375.1
HexCEBFB107E131d174b
Octal3162772610716233527113
Binary110011101011111110110001011111101001111101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFB1; }

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

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

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

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

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

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

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

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