#CEC7BD

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

Shades of Stark White #CEC7BD

Tints of Stark White #CEC7BD

Color information

#CEC7BD (or 0xCEC7BD) is unknown color: approx Stark White. HEX triplet: CE, C7 and BD. RGB value is (206,199,189). Sum of RGB (Red+Green+Blue) = 206+199+189=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7BD is #313842. Grayscale: #C7C7C7. Windows color (decimal): -3225667 or 12437454. OLE color: 12437454.

HSL color Cylindrical-coordinate representation of color #CEC7BD: hue angle of 35.29º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC7BD is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206199189-
CMYK00.030.080.19
HSL35.29º14.78%77.45%-
HSV(B)35.29º8.25%80.78%-
XYZ55.0657.6456.37-
YUV199.95121.82132.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 199 (78.12% from 255) = 33.50%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=34.68%
G=33.50%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619918900.030.080.1935.2914.7877.45
HexCEC7BD0381323f4d
Octal3163072750310234317115
Binary11001110110001111011110101110001001110001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7BD; }

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

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

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

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

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

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

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

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