#CCBDB6

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

Shades of Wafer #CCBDB6

Tints of Wafer #CCBDB6

Color information

#CCBDB6 (or 0xCCBDB6) is unknown color: approx Wafer. HEX triplet: CC, BD and B6. RGB value is (204,189,182). Sum of RGB (Red+Green+Blue) = 204+189+182=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDB6 is #334249. Grayscale: #C0C0C0. Windows color (decimal): -3359306 or 11976140. OLE color: 11976140.

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

Color convert

RGB204189182-
CMYK00.070.110.2
HSL19.09º17.74%75.69%-
HSV(B)19.09º10.78%80%-
XYZ51.5452.6151.69-
YUV192.69121.97136.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=35.48%
G=32.87%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418918200.070.110.219.0917.7475.69
HexCCBDB607B1413124c
Octal3142752660713242322114
Binary110011001011110110110110011110111010010011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDB6; }

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

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

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

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

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

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

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

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