#CCBEB0

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

Shades of Stark White #CCBEB0

Tints of Stark White #CCBEB0

Color information

#CCBEB0 (or 0xCCBEB0) is unknown color: approx Stark White. HEX triplet: CC, BE and B0. RGB value is (204,190,176). Sum of RGB (Red+Green+Blue) = 204+190+176=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEB0 is #33414F. Grayscale: #C0C0C0. Windows color (decimal): -3359056 or 11583180. OLE color: 11583180.

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

Color convert

RGB204190176-
CMYK00.070.140.2
HSL30º21.54%74.51%-
HSV(B)30º13.73%80%-
XYZ51.1552.848.57-
YUV192.59118.64136.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=35.79%
G=33.33%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419017600.070.140.23021.5474.51
HexCCBEB007E141e164b
Octal3142762600716243626113
Binary110011001011111010110000011111101010011110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEB0; }

 p { color: rgb(204,190,176); }

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

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

 a { background-color: rgb(204,190,176); }

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

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

 span { border-color: rgb(204,190,176); }

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