#CCBDB8

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

Shades of Wafer #CCBDB8

Tints of Wafer #CCBDB8

Color information

#CCBDB8 (or 0xCCBDB8) is unknown color: approx Wafer. HEX triplet: CC, BD and B8. RGB value is (204,189,184). Sum of RGB (Red+Green+Blue) = 204+189+184=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDB8 is #334247. Grayscale: #C0C0C0. Windows color (decimal): -3359304 or 12107212. OLE color: 12107212.

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

Color convert

RGB204189184-
CMYK00.070.100.2
HSL15º16.39%76.08%-
HSV(B)15º9.8%80%-
XYZ51.7552.6952.79-
YUV192.92122.97135.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=35.36%
G=32.76%
B=31.89%

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
Decimal20418918400.070.100.21516.3976.08
HexCCBDB807A14f104c
Octal3142752700712241720114
Binary11001100101111011011100001111010101001111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDB8; }

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

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

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

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

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

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

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

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