#CCBDB7

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

Shades of Wafer #CCBDB7

Tints of Wafer #CCBDB7

Color information

#CCBDB7 (or 0xCCBDB7) is unknown color: approx Wafer. HEX triplet: CC, BD and B7. RGB value is (204,189,183). Sum of RGB (Red+Green+Blue) = 204+189+183=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDB7 is #334248. Grayscale: #C0C0C0. Windows color (decimal): -3359305 or 12041676. OLE color: 12041676.

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

Color convert

RGB204189183-
CMYK00.070.100.2
HSL17.14º17.07%75.88%-
HSV(B)17.14º10.29%80%-
XYZ51.6552.6552.24-
YUV192.8122.47135.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 183 (71.88% from 255) = 31.77%
R=35.42%
G=32.81%
B=31.77%

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
Decimal20418918300.070.100.217.1417.0775.88
HexCCBDB707A1411114c
Octal3142752670712242121114
Binary110011001011110110110111011110101010010001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDB7; }

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

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

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

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

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

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

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

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