#CFBDB4

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

Shades of Wafer #CFBDB4

Tints of Wafer #CFBDB4

Color information

#CFBDB4 (or 0xCFBDB4) is unknown color: approx Wafer. HEX triplet: CF, BD and B4. RGB value is (207,189,180). Sum of RGB (Red+Green+Blue) = 207+189+180=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDB4 is #30424B. Grayscale: #C1C1C1. Windows color (decimal): -3162700 or 11845071. OLE color: 11845071.

HSL color Cylindrical-coordinate representation of color #CFBDB4: hue angle of 20º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFBDB4 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB207189180-
CMYK00.090.130.19
HSL20º21.95%75.88%-
HSV(B)20º13.04%81.18%-
XYZ52.1752.9650.65-
YUV193.36120.46137.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 180 (70.70% from 255) = 31.25%
R=35.94%
G=32.81%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718918000.090.130.192021.9575.88
HexCFBDB409D1314164c
Octal31727526401115232426114
Binary1100111110111101101101000100111011001110100101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDB4; }

 p { color: rgb(207,189,180); }

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

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

 a { background-color: rgb(207,189,180); }

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

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

 span { border-color: rgb(207,189,180); }

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