#CEC0B4

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

Shades of Stark White #CEC0B4

Tints of Stark White #CEC0B4

Color information

#CEC0B4 (or 0xCEC0B4) is unknown color: approx Stark White. HEX triplet: CE, C0 and B4. RGB value is (206,192,180). Sum of RGB (Red+Green+Blue) = 206+192+180=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0B4 is #313F4B. Grayscale: #C2C2C2. Windows color (decimal): -3227468 or 11845838. OLE color: 11845838.

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

Color convert

RGB206192180-
CMYK00.070.130.19
HSL27.69º20.97%75.69%-
HSV(B)27.69º12.62%80.78%-
XYZ52.5454.1250.86-
YUV194.82119.64135.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 192 (75.39% from 255) = 33.22%
BLUE value IS 180 (70.70% from 255) = 31.14%
R=35.64%
G=33.22%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619218000.070.130.1927.6920.9775.69
HexCEC0B407D131c154c
Octal3163002640715233425114
Binary110011101100000010110100011111011001111100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC0B4; }

 p { color: rgb(206,192,180); }

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

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

 a { background-color: rgb(206,192,180); }

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

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

 span { border-color: rgb(206,192,180); }

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