#CCBDB0

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

Shades of Stark White #CCBDB0

Tints of Stark White #CCBDB0

Color information

#CCBDB0 (or 0xCCBDB0) is unknown color: approx Stark White. HEX triplet: CC, BD and B0. RGB value is (204,189,176). Sum of RGB (Red+Green+Blue) = 204+189+176=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDB0 is #33424F. Grayscale: #C0C0C0. Windows color (decimal): -3359312 or 11582924. OLE color: 11582924.

HSL color Cylindrical-coordinate representation of color #CCBDB0: hue angle of 27.86º 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 #CCBDB0 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204189176-
CMYK00.070.140.2
HSL27.86º21.54%74.51%-
HSV(B)27.86º13.73%80%-
XYZ50.9452.3748.5-
YUV192118.97136.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=35.85%
G=33.22%
B=30.93%

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
Decimal20418917600.070.140.227.8621.5474.51
HexCCBDB007E141c164b
Octal3142752600716243426113
Binary110011001011110110110000011111101010011100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDB0; }

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

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

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

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

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

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

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

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