#CFBDB7

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

Shades of Wafer #CFBDB7

Tints of Wafer #CFBDB7

Color information

#CFBDB7 (or 0xCFBDB7) is unknown color: approx Wafer. HEX triplet: CF, BD and B7. RGB value is (207,189,183). Sum of RGB (Red+Green+Blue) = 207+189+183=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDB7 is #304248. Grayscale: #C1C1C1. Windows color (decimal): -3162697 or 12041679. OLE color: 12041679.

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

Color convert

RGB207189183-
CMYK00.090.120.19
HSL15º20%76.47%-
HSV(B)15º11.59%81.18%-
XYZ52.4853.0852.28-
YUV193.7121.96137.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 183 (71.88% from 255) = 31.61%
R=35.75%
G=32.64%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718918300.090.120.19152076.47
HexCFBDB709C13f144c
Octal31727526701114231724114
Binary110011111011110110110111010011100100111111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDB7; }

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

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

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

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

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

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

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

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