#CCBEB8

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

Shades of Wafer #CCBEB8

Tints of Wafer #CCBEB8

Color information

#CCBEB8 (or 0xCCBEB8) is unknown color: approx Wafer. HEX triplet: CC, BE and B8. RGB value is (204,190,184). Sum of RGB (Red+Green+Blue) = 204+190+184=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEB8 is #334147. Grayscale: #C1C1C1. Windows color (decimal): -3359048 or 12107468. OLE color: 12107468.

HSL color Cylindrical-coordinate representation of color #CCBEB8: hue angle of 18º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBEB8 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB204190184-
CMYK00.070.100.2
HSL18º16.39%76.08%-
HSV(B)18º9.8%80%-
XYZ51.9753.1252.86-
YUV193.5122.64135.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 184 (72.27% from 255) = 31.83%
R=35.29%
G=32.87%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419018400.070.100.21816.3976.08
HexCCBEB807A1412104c
Octal3142762700712242220114
Binary110011001011111010111000011110101010010010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEB8; }

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

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

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

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

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

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

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

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