#CEC1B3

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

Shades of Stark White #CEC1B3

Tints of Stark White #CEC1B3

Color information

#CEC1B3 (or 0xCEC1B3) is unknown color: approx Stark White. HEX triplet: CE, C1 and B3. RGB value is (206,193,179). Sum of RGB (Red+Green+Blue) = 206+193+179=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1B3 is #313E4C. Grayscale: #C3C3C3. Windows color (decimal): -3227213 or 11780558. OLE color: 11780558.

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

Color convert

RGB206193179-
CMYK00.060.130.19
HSL31.11º21.6%75.49%-
HSV(B)31.11º13.11%80.78%-
XYZ52.6654.5250.4-
YUV195.29118.81135.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 179 (70.31% from 255) = 30.97%
R=35.64%
G=33.39%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619317900.060.130.1931.1121.675.49
HexCEC1B306D131f164b
Octal3163012630615233726113
Binary110011101100000110110011011011011001111111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC1B3; }

 p { color: rgb(206,193,179); }

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

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

 a { background-color: rgb(206,193,179); }

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

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

 span { border-color: rgb(206,193,179); }

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